File tree 2 files changed +1
-10
lines changed 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,6 @@ set(XCPP_TAGCONFS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/etc/xeus-cpp/tags.d)
34
34
install (DIRECTORY ${XCPP_TAGCONFS_DIR}
35
35
DESTINATION ${XEUS_CPP_CONF_DIR} )
36
36
37
- # Add definitions for the kernel to find tagfiles.
38
- add_definitions (-DXCPP_TAGFILES_DIR="${CMAKE_INSTALL_PREFIX} /${XEUS_CPP_DATA_DIR} /tagfiles" )
39
- if (CMAKE_INSTALL_PREFIX STREQUAL "/usr" )
40
- # install into /etc instead of /usr/etc
41
- add_definitions (-DXCPP_TAGCONFS_DIR="/${XEUS_CPP_CONF_DIR} /tags.d" )
42
- else ()
43
- add_definitions (-DXCPP_TAGCONFS_DIR="${CMAKE_INSTALL_PREFIX} /${XEUS_CPP_CONF_DIR} /tags.d" )
44
- endif ()
45
-
46
37
# Versionning
47
38
# ===========
48
39
Original file line number Diff line number Diff line change 22
22
23
23
#include " xeus-cpp/xbuffer.hpp"
24
24
#include " xeus-cpp/xeus_cpp_config.hpp"
25
-
25
+ # include " xeus-cpp/xeus_cpp_tags_config.hpp "
26
26
#include " xeus-cpp/xinterpreter.hpp"
27
27
#include " xeus-cpp/xmagics.hpp"
28
28
You can’t perform that action at this time.
0 commit comments