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