diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-11-16 15:22:17 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-11-16 15:22:17 +0000 |
| commit | bb1c7bafd1fa0550e82066146a012008e12d65d1 (patch) | |
| tree | a81caa9c3e0d861a1ae8bf02f7f8e2082eda5c2b | |
| parent | Rewrite of Gimp Color Wheel in C++. (diff) | |
| download | inkscape-bb1c7bafd1fa0550e82066146a012008e12d65d1.tar.gz inkscape-bb1c7bafd1fa0550e82066146a012008e12d65d1.zip | |
Update CMake policy 0075 for check-executable linkage
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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") |
