@@ -145,7 +145,6 @@ if(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
145
145
set (EMSCRIPTEN_FEATURES "${EMSCRIPTEN_FEATURES} -s \" EXTRA_EXPORTED_RUNTIME_METHODS=[ENV']\" " )
146
146
endif ()
147
147
148
- #find_package(Clang REQUIRED)
149
148
find_package (CppInterOp REQUIRED CONFIG PATHS "${CPPINTEROP_DIR} " "${CPPINTEROP_DIR} /lib" )
150
149
find_package (argparse REQUIRED )
151
150
find_package (pugixml REQUIRED )
@@ -268,7 +267,6 @@ macro(xeus_cpp_create_target target_name linkage output_name)
268
267
set (XEUS_CPP_XEUS_TARGET xeus-static )
269
268
endif ()
270
269
271
- ## target_link_libraries(${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangInterpreter pugixml argparse::argparse xtl)
272
270
target_link_libraries (${target_name} PUBLIC ${XEUS_CPP_XEUS_TARGET} clangCppInterOp pugixml argparse::argparse xtl )
273
271
if (WIN32 OR CYGWIN )
274
272
#
@@ -378,7 +376,6 @@ endif ()
378
376
# Install xcpp
379
377
if (XEUS_CPP_BUILD_EXECUTABLE )
380
378
install (TARGETS xcpp
381
- # RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
382
379
RUNTIME DESTINATION ${CMAKE_VENV_PATH} /bin )
383
380
384
381
# Configuration and data directories for jupyter and xeus-cpp
@@ -387,7 +384,6 @@ if (XEUS_CPP_BUILD_EXECUTABLE)
387
384
set (KERNELSPEC_DIR ${CMAKE_CURRENT_BINARY_DIR} /share/jupyter/kernels )
388
385
install (DIRECTORY ${KERNELSPEC_DIR}
389
386
DESTINATION ${XJUPYTER_DATA_DIR}
390
- # DESTINATION ${CMAKE_INSTALL_PREFIX}/${XJUPYTER_DATA_DIR}
391
387
PATTERN "*.in" EXCLUDE )
392
388
393
389
# Extra path for installing Jupyter kernelspec
0 commit comments