File tree 2 files changed +0
-6
lines changed
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)
30
30
set (XEUS_CPP_CONF_DIR "etc/xeus-cpp" )
31
31
set (XCPP_TAGCONFS_DIR ${CMAKE_CURRENT_SOURCE_DIR} /etc/xeus-cpp/tags.d)
32
32
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
-
36
33
file (COPY "${XCPP_TAGFILES_DIR} " DESTINATION "${CMAKE_CURRENT_BINARY_DIR} /share/xeus-cpp" )
37
34
file (COPY "${XCPP_TAGCONFS_DIR} " DESTINATION "${CMAKE_CURRENT_BINARY_DIR} /etc/xeus-cpp" )
38
35
Original file line number Diff line number Diff line change 15
15
#define XEUS_CPP_VERSION_PATCH 0
16
16
#define XEUS_CPP_VERSION_LABEL dev
17
17
18
- #define XCPP_TAGFILES_DIR "@XCPP_TAGFILES_DIR@"
19
- #define XCPP_TAGCONFS_DIR "@XCPP_TAGCONFS_DIR@"
20
-
21
18
// Composing the version string from major, minor and patch
22
19
#define XEUS_CPP_CONCATENATE (A, B ) XEUS_CPP_CONCATENATE_IMPL(A, B)
23
20
#define XEUS_CPP_CONCATENATE_IMPL (A, B ) A##B
You can’t perform that action at this time.
0 commit comments