File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ include(GNUInstallDirs)
4848
4949install (
5050 FILES
51- "include/cppcolormap.h"
51+ "${CMAKE_CURRENT_SOURCE_DIR} / include/cppcolormap.h"
5252 DESTINATION
5353 include )
5454
@@ -80,13 +80,13 @@ set(CMAKE_SIZEOF_VOID_P ${_CPPCOLORMAP})
8080
8181install (
8282 FILES
83- cppcolormapConfig.cmake
83+ " ${CMAKE_CURRENT_SOURCE_DIR} / cppcolormapConfig.cmake"
8484 "${CMAKE_CURRENT_BINARY_DIR} /cppcolormapConfigVersion.cmake"
8585 DESTINATION
8686 "${CMAKE_INSTALL_LIBDIR} /cmake/cppcolormap" )
8787
8888configure_file (
89- "cppcolormap.pc.in"
89+ "${CMAKE_CURRENT_SOURCE_DIR} / cppcolormap.pc.in"
9090 "${CMAKE_CURRENT_BINARY_DIR} /cppcolormap.pc"
9191 @ONLY)
9292
Original file line number Diff line number Diff line change 99
1010#define CPPCOLORMAP_VERSION_MAJOR 1
1111#define CPPCOLORMAP_VERSION_MINOR 1
12- #define CPPCOLORMAP_VERSION_PATCH 0
12+ #define CPPCOLORMAP_VERSION_PATCH 1
1313
1414#define CPPCOLORMAP_VERSION_AT_LEAST (x,y,z ) \
1515 (CPPCOLORMAP_VERSION_MAJOR>x || (CPPCOLORMAP_VERSION_MAJOR>=x && \
You can’t perform that action at this time.
0 commit comments