CMakeLists.txt
branchwebgl
changeset 9197 e4e366013e9a
parent 9160 fc46e75f6b72
parent 9165 7b0d5388abc4
child 9236 ddd675825672
--- a/CMakeLists.txt	Sun Jun 16 00:46:11 2013 +0400
+++ b/CMakeLists.txt	Mon Jun 17 16:56:58 2013 +0200
@@ -2,7 +2,7 @@
 
 #initialise cmake environment
 cmake_minimum_required(VERSION 2.6.0)
-foreach(hwpolicy CMP0003 CMP0012 CMP0017)
+foreach(hwpolicy CMP0003 CMP0012 CMP0017 CMP0018)
     if(POLICY ${hwpolicy})
         cmake_policy(SET ${hwpolicy} NEW)
     endif()