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 221376e commit 3c39b37Copy full SHA for 3c39b37
1 file changed
CMakeLists.txt
@@ -43,6 +43,7 @@ find_package(OpenMP REQUIRED COMPONENTS CXX)
43
if(OpenMP_FOUND)
44
message(STATUS "OpenMP found - enabling parallel support")
45
add_definitions(-DHAS_OPENMP)
46
+ link_libraries(OpenMP::OpenMP_CXX)
47
else()
48
message(STATUS "OpenMP not found - parallel features disabled")
49
endif()
0 commit comments