comparison cmake/internal/sysconfig.hpp.in @ 101:113d909fdfe1

CMake: disallow absolute paths, #389
author David Demelier <markand@malikania.fr>
date Mon, 25 Apr 2016 21:16:47 +0200
parents 1125d90b3b44
children c1acfacc46bd
comparison
equal deleted inserted replaced
100:a3814665a60d 101:113d909fdfe1
35 #define PREFIX "@CMAKE_INSTALL_PREFIX@" 35 #define PREFIX "@CMAKE_INSTALL_PREFIX@"
36 36
37 #define IRCCD_VERSION_MAJOR @IRCCD_VERSION_MAJOR@ 37 #define IRCCD_VERSION_MAJOR @IRCCD_VERSION_MAJOR@
38 #define IRCCD_VERSION_MINOR @IRCCD_VERSION_MINOR@ 38 #define IRCCD_VERSION_MINOR @IRCCD_VERSION_MINOR@
39 #define IRCCD_VERSION_PATCH @IRCCD_VERSION_PATCH@ 39 #define IRCCD_VERSION_PATCH @IRCCD_VERSION_PATCH@
40
41 #cmakedefine IRCCD_RELOCATABLE
42 40
43 /* 41 /*
44 * System identification. 42 * System identification.
45 * ------------------------------------------------------------------ 43 * ------------------------------------------------------------------
46 */ 44 */