[Lemon-commits] Alpar Juttner: Merge CMP0026 setting to branch 1.3

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/4c8ec448d59f
changeset: 1345:4c8ec448d59f
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Wed May 06 11:29:34 2015 +0200
description:
	Merge CMP0026 setting to branch 1.3

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
@@ -4,6 +4,11 @@
   CMAKE_POLICY(SET CMP0048 OLD) 
 ENDIF(POLICY CMP0048)
 
+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