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 28abb84 commit 672aa7bCopy full SHA for 672aa7b
CMakeLists.txt
@@ -314,7 +314,7 @@ macro(xeus_cpp_create_target target_name linkage output_name)
314
set(XEUS_CPP_XEUS_TARGET xeus-static)
315
endif ()
316
317
- target_link_libraries(${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse xtl)
+ target_link_libraries(${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse xtl OpenMP::OpenMP_CXX)
318
319
if (WIN32 OR CYGWIN)
320
#
0 commit comments