From 99ba355e7f0cfc7e1e5f82e792e8fada8aba1d60 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 11 Mar 2018 19:56:49 +0100 Subject: [PATCH] [CMAKE] Disallow use of LOCATION. CORE-14509 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f752a8eb188..bd98d3ac47c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() if(POLICY CMP0026) # Allow use of the LOCATION property - cmake_policy(SET CMP0026 OLD) + cmake_policy(SET CMP0026 NEW) endif() if(POLICY CMP0051) -- 2.17.1