diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt
index f34114b8c235c4984520e57a8eb7fb92d6b0d3cd..87fdcbb8fa081cb99b712cc7af12a51d8e843f24 100644
--- a/indra/CMakeLists.txt
+++ b/indra/CMakeLists.txt
@@ -4,6 +4,8 @@
 # other commands to guarantee full compatibility
 # with the version specified
 cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR)
+cmake_policy(SET CMP0063 NEW)
+cmake_policy(SET CMP0072 OLD)
 
 set(ROOT_PROJECT_NAME "Alchemy" CACHE STRING
     "The root project/makefile/solution name. Defaults to Alchemy.")