From 767e93bc41cedc1b6a4966f069249b3e6bf1dec0 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 18 Oct 2021 04:24:12 +0100 Subject: [PATCH] Set CMake policy. --- 3rdparty/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index c6062fa..d527b97 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -1,3 +1,5 @@ +cmake_policy(SET CMP0077 NEW) + SET(ENABLE_LIB_ONLY ON) SET(ENABLE_STATIC_LIB ON)