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 5f921f1 commit 4a8c2f5Copy full SHA for 4a8c2f5
1 file changed
CMakeLists.txt
@@ -41,7 +41,7 @@ include_directories( ${OpenMP_C_INCLUDE_DIRS} ${OpenMP_CXX_INCLUDE_DIRS} )
41
42
if(OpenMP_FOUND)
43
message(STATUS "OpenMP found - enabling parallel support")
44
- add_definitions(-DHAS_OPENMP)
+ #add_definitions(-DHAS_OPENMP)
45
else()
46
message(STATUS "OpenMP not found - parallel features disabled")
47
endif()
0 commit comments