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 7b3f2b2 commit 6d4d02aCopy full SHA for 6d4d02a
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} ${CPPINTEROP_INSTALL_PREFIX}/lib/libclangCppInterOp.so pugixml argparse::argparse xtl Python::Python)
+ target_link_libraries(${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse xtl Python::Python)
318
if (WIN32 OR CYGWIN)
319
#
320
elseif (APPLE)
0 commit comments