Skip to content

Commit

Permalink
remove cmake policy
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jellespijker committed Apr 22, 2024
1 parent e071808 commit 7205cdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 7205cdb

Please sign in to comment.