From 7205cdbae72eccf46b15ea4a511841d674b8233b Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 22 Apr 2024 13:55:19 +0200 Subject: [PATCH] remove cmake policy This is now set in the conan_toolchain.cmake itself and no longer needs to be specified by us generally. This allows older cmake versions to still create a Debian package --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e77e957a..89a295044 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,3 @@ -# For MSVC flags, will be ignored on non-Windows OS's and this project in general. Only needed for cura-build-environment. -cmake_policy(SET CMP0091 NEW) - project(fdm-materials NONE) cmake_minimum_required(VERSION 2.8.12)