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 7bbebca commit b5725beCopy full SHA for b5725be
CMakeLists.txt
@@ -19,6 +19,10 @@ if(WIN32)
19
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
20
endif()
21
22
+if (CMAKE_CUDA_ARCHITECTURES MATCHES OFF)
23
+ message(NOTICE "You may want to set CUDA architecture, suggested `-DCMAKE_CUDA_ARCHITECTURES=native`")
24
+endif()
25
+
26
cmake_policy(SET CMP0010 NEW) # error on undefined variable
27
28
set(CPACK_PACKAGE_INSTALL_DIRECTORY "gpujpeg") # may be removed when version will be explicitly defined
0 commit comments