Skip to content

Commit 6d4d02a

Browse files
authored
Update CMakeLists.txt
1 parent 7b3f2b2 commit 6d4d02a

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} ${CPPINTEROP_INSTALL_PREFIX}/lib/libclangCppInterOp.so pugixml argparse::argparse xtl Python::Python)
317+
target_link_libraries(${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse xtl Python::Python)
318318
if (WIN32 OR CYGWIN)
319319
#
320320
elseif (APPLE)

0 commit comments

Comments
 (0)