From bb1c7bafd1fa0550e82066146a012008e12d65d1 Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Fri, 16 Nov 2018 15:22:17 +0000 Subject: Update CMake policy 0075 for check-executable linkage --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8655193a3..f831cf3d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 2.8.8) cmake_policy(SET CMP0003 NEW) # don't be prolific with library paths cmake_policy(SET CMP0005 NEW) # proper define quoting cmake_policy(SET CMP0009 NEW) # don't follow symbolic links when using GLOB +cmake_policy(SET CMP0075 NEW) # link check-executable to CMAKE_REQUIRED_LIBRARIES (CMake 3.12.1) message("------------------------------") message("Building Makefile for Inkscape") -- cgit v1.2.3