diff libfdcore/CMakeLists.txt @ 1284:38e4a7c318ac

Fix a number of compilation warnings
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 04 Jan 2015 00:55:57 +0800
parents 773498f59520
children ecb844d6d87d
line wrap: on
line diff
--- a/libfdcore/CMakeLists.txt	Fri Jan 02 20:37:31 2015 +0100
+++ b/libfdcore/CMakeLists.txt	Sun Jan 04 00:55:57 2015 +0800
@@ -1,6 +1,9 @@
 # The subproject name
 Project("freeDiameter core library" C)
 
+# Configuration for newer cmake
+cmake_policy(SET CMP0022 OLD)
+
 # Configuration parser
 BISON_FILE(fdd.y)
 FLEX_FILE(fdd.l)
"Welcome to our mercurial repository"