Skip to content

Commit 2ce9960

Browse files
committed
[cmake] by default do not build the doc
1 parent e24d12a commit 2ce9960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-$
88
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
99

1010
option(PopSift_BUILD_EXAMPLES "Build PopSift applications." ON)
11-
option(PopSift_BUILD_DOCS "Build PopSift documentation." ON)
11+
option(PopSift_BUILD_DOCS "Build PopSift documentation." OFF)
1212
option(PopSift_USE_NVTX_PROFILING "Use CUDA NVTX for profiling." OFF)
1313
option(PopSift_ERRCHK_AFTER_KERNEL "Synchronize and check CUDA error after every kernel." OFF)
1414
option(PopSift_USE_POSITION_INDEPENDENT_CODE "Generate position independent code." ON)

0 commit comments

Comments
 (0)