File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ set(XCPP_TAGFILES_DIR ${CMAKE_CURRENT_SOURCE_DIR}/share/xeus-cpp/tagfiles)
3030set (XEUS_CPP_CONF_DIR "etc/xeus-cpp" )
3131set (XCPP_TAGCONFS_DIR ${CMAKE_CURRENT_SOURCE_DIR} /etc/xeus-cpp/tags.d)
3232
33- configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /include/xeus-cpp/xeus_cpp_config.hpp.in"
34- "${CMAKE_CURRENT_SOURCE_DIR} /include/xeus-cpp/xeus_cpp_config.hpp" )
35-
3633file (COPY "${XCPP_TAGFILES_DIR} " DESTINATION "${CMAKE_CURRENT_BINARY_DIR} /share/xeus-cpp" )
3734file (COPY "${XCPP_TAGCONFS_DIR} " DESTINATION "${CMAKE_CURRENT_BINARY_DIR} /etc/xeus-cpp" )
3835
Original file line number Diff line number Diff line change 1515#define XEUS_CPP_VERSION_PATCH 0
1616#define XEUS_CPP_VERSION_LABEL dev
1717
18- #define XCPP_TAGFILES_DIR "@XCPP_TAGFILES_DIR@"
19- #define XCPP_TAGCONFS_DIR "@XCPP_TAGCONFS_DIR@"
20-
2118// Composing the version string from major, minor and patch
2219#define XEUS_CPP_CONCATENATE (A, B ) XEUS_CPP_CONCATENATE_IMPL(A, B)
2320#define XEUS_CPP_CONCATENATE_IMPL (A, B ) A##B
You can’t perform that action at this time.
0 commit comments