We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24d12a commit 2ce9960Copy full SHA for 2ce9960
CMakeLists.txt
@@ -8,7 +8,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-$
8
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
9
10
option(PopSift_BUILD_EXAMPLES "Build PopSift applications." ON)
11
-option(PopSift_BUILD_DOCS "Build PopSift documentation." ON)
+option(PopSift_BUILD_DOCS "Build PopSift documentation." OFF)
12
option(PopSift_USE_NVTX_PROFILING "Use CUDA NVTX for profiling." OFF)
13
option(PopSift_ERRCHK_AFTER_KERNEL "Synchronize and check CUDA error after every kernel." OFF)
14
option(PopSift_USE_POSITION_INDEPENDENT_CODE "Generate position independent code." ON)
0 commit comments