Skip to content

Commit c83dc19

Browse files
committed
Add header
1 parent fd9661c commit c83dc19

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ set(XCPP_TAGCONFS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/etc/xeus-cpp/tags.d)
3434
install(DIRECTORY ${XCPP_TAGCONFS_DIR}
3535
DESTINATION ${XEUS_CPP_CONF_DIR})
3636

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-
4637
# Versionning
4738
# ===========
4839

src/xinterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include "xeus-cpp/xbuffer.hpp"
2424
#include "xeus-cpp/xeus_cpp_config.hpp"
25-
25+
#include "xeus-cpp/xeus_cpp_tags_config.hpp"
2626
#include "xeus-cpp/xinterpreter.hpp"
2727
#include "xeus-cpp/xmagics.hpp"
2828

0 commit comments

Comments
 (0)