Skip to content

Commit fdd0709

Browse files
authored
Merge pull request #954 from caic99/develop
Build: fix OepnMP link for intel compiler
2 parents 9ba1485 + 7511330 commit fdd0709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ target_link_libraries(${ABACUS_BIN_NAME} Threads::Threads)
5353
if(USE_OPENMP)
5454
find_package(OpenMP REQUIRED)
5555
target_link_libraries(${ABACUS_BIN_NAME} OpenMP::OpenMP_CXX)
56-
add_compile_options(${OpenMP_CXX_FLAGS})
5756
endif()
5857

5958
include(CheckLanguage)

0 commit comments

Comments
 (0)