Skip to content

Commit 672aa7b

Browse files
committed
Update CMakeLists.txt
1 parent 28abb84 commit 672aa7b

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
@@ -314,7 +314,7 @@ macro(xeus_cpp_create_target target_name linkage output_name)
314314
set(XEUS_CPP_XEUS_TARGET xeus-static)
315315
endif ()
316316

317-
target_link_libraries(${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse xtl)
317+
target_link_libraries(${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse xtl OpenMP::OpenMP_CXX)
318318

319319
if (WIN32 OR CYGWIN)
320320
#

0 commit comments

Comments
 (0)