diff libfdproto/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 05f74dc19c49
children ecb844d6d87d
line wrap: on
line diff
--- a/libfdproto/CMakeLists.txt	Fri Jan 02 20:37:31 2015 +0100
+++ b/libfdproto/CMakeLists.txt	Sun Jan 04 00:55:57 2015 +0800
@@ -1,6 +1,8 @@
 # Name of the subproject
 Project("libfdproto" C)
 
+# Configuration for newer cmake
+cmake_policy(SET CMP0022 OLD)
 
 # List of source files for the library
 SET(LFDPROTO_SRC
"Welcome to our mercurial repository"