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.
2 parents 9ba1485 + 7511330 commit fdd0709Copy full SHA for fdd0709
CMakeLists.txt
@@ -53,7 +53,6 @@ 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
endif()
58
59
include(CheckLanguage)
0 commit comments