diff 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
line wrap: on
line diff
--- a/cmake/internal/sysconfig.hpp.in	Fri Apr 22 18:50:00 2016 +0200
+++ b/cmake/internal/sysconfig.hpp.in	Mon Apr 25 21:16:47 2016 +0200
@@ -38,8 +38,6 @@
 #define IRCCD_VERSION_MINOR	@IRCCD_VERSION_MINOR@
 #define IRCCD_VERSION_PATCH	@IRCCD_VERSION_PATCH@
 
-#cmakedefine IRCCD_RELOCATABLE
-
 /*
  * System identification.
  * ------------------------------------------------------------------