Module: sems
Branch: peterlemenkov/1.2.x-fedora
Commit: 6eb1f12fbc96672427635639e418acdc8ad9077d
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=6eb1f12fbc96672427635639e418acdc8ad9077d

Author: Peter Lemenkov <[email protected]>
Committer: Peter Lemenkov <[email protected]>
Date:   Wed Jun  2 13:13:04 2010 +0000

Fix newest variables escaping strategy on new CMake

Signed-off-by: Peter Lemenkov <[email protected]>

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/sems/tr...@1949 
8eb893ce-cfd4-0310-b710-fb5ebe64c474

---

 CMakeLists.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0cfb538..8eb128b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,8 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
 
+# Don't do automatic escaping of variables
+CMAKE_POLICY(SET CMP0005 OLD)
+
 PROJECT (SEMS)
 
 SET(SEMS_MAJOR_VERSION 1)

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to