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 7511330 commit b3f37e8Copy full SHA for b3f37e8
CMakeLists.txt
@@ -53,6 +53,8 @@ target_link_libraries(${ABACUS_BIN_NAME} Threads::Threads)
53
if(USE_OPENMP)
54
find_package(OpenMP REQUIRED)
55
target_link_libraries(${ABACUS_BIN_NAME} OpenMP::OpenMP_CXX)
56
+ add_compile_options(${OpenMP_CXX_FLAGS})
57
+ add_link_options(${OpenMP_CXX_LIBRARIES})
58
endif()
59
60
include(CheckLanguage)
0 commit comments