CMakeLists.txt
changeset 1370 f51c01a1b88e
parent 1343 20f95cd51aba
parent 1344 ca4e4a5e9b6e
child 1404 c8d0179a32a2
equal deleted inserted replaced
81:9ecde93d42f0 83:da5fdc1cc66d
     5 ENDIF(POLICY CMP0048)
     5 ENDIF(POLICY CMP0048)
     6 
     6 
     7 IF(POLICY CMP0043) 
     7 IF(POLICY CMP0043) 
     8   CMAKE_POLICY(SET CMP0043 OLD) 
     8   CMAKE_POLICY(SET CMP0043 OLD) 
     9 ENDIF(POLICY CMP0043)
     9 ENDIF(POLICY CMP0043)
       
    10 
       
    11 IF(POLICY CMP0026)
       
    12   #This is for copying the dll's needed by glpk (in lp_test and mip_test)
       
    13   CMAKE_POLICY(SET CMP0026 OLD) 
       
    14 ENDIF(POLICY CMP0026)
    10 
    15 
    11 SET(PROJECT_NAME "LEMON")
    16 SET(PROJECT_NAME "LEMON")
    12 PROJECT(${PROJECT_NAME})
    17 PROJECT(${PROJECT_NAME})
    13 
    18 
    14 INCLUDE(FindPythonInterp)
    19 INCLUDE(FindPythonInterp)