[CMAKE] Disallow use of LOCATION. CORE-14509

This commit is contained in:
Thomas Faber
2018-03-30 20:28:27 +02:00
parent f9e1e23dab
commit 99ba355e7f
+1 -1
View File
@@ -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)