From ef3d67be081545da4cf3c28497e0e96b3b1c350d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 14 Oct 2019 16:08:22 -0700 Subject: GitHub Actions: add Linux Qt 5.12 container build The AppImage works - I just need to figure out how to post releases. For now it'a available on the Actions page as Artifact. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 478712f46..d618106d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,11 @@ if (POLICY CMP0071) cmake_policy(SET CMP0071 OLD) endif() +# support Packagename_ROOT environment variable +if (POLICY CMP0074) + cmake_policy(SET CMP0074 NEW) # CMake 3.12 +endif () + # global settings set(CMAKE_MODULE_PATH -- cgit v1.2.3-70-g09d2