[Lemon-commits] Alpar Juttner: Merge CMP0026 setting

Lemon HG hg at lemon.cs.elte.hu
Wed May 6 11:30:10 CEST 2015


details:   http://lemon.cs.elte.hu/hg/lemon/rev/f95b18d99843
changeset: 1346:f95b18d99843
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Wed May 06 11:31:43 2015 +0200
description:
	Merge CMP0026 setting

diffstat:

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

diffs (15 lines):

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,11 @@
   CMAKE_POLICY(SET CMP0043 OLD) 
 ENDIF(POLICY CMP0043)
 
+IF(POLICY CMP0026)
+  #This is for copying the dll's needed by glpk (in lp_test and mip_test)
+  CMAKE_POLICY(SET CMP0026 OLD) 
+ENDIF(POLICY CMP0026)
+
 SET(PROJECT_NAME "LEMON")
 PROJECT(${PROJECT_NAME})
 


More information about the Lemon-commits mailing list