Skip to content

Commit 9e9ceaa

Browse files
authored
Update CMakeLists.txt
1 parent 67ea4de commit 9e9ceaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FetchContent_Declare(cmake_git_version_tracking
4141
)
4242
FetchContent_MakeAvailable(cmake_git_version_tracking)
4343

44-
set(LIBRARY_LIST cmake_git_version_tracking OpenMP::OpenMP ${LIBRARY_LIST})
44+
set(LIBRARY_LIST cmake_git_version_tracking OpenMP::OpenMP_CXX ${LIBRARY_LIST})
4545

4646
add_compile_definitions(LIBGRAN_USE_OMP)
4747

0 commit comments

Comments
 (0)