Skip to content

Commit

Permalink
Set cmake policy CMP0091 before project
Browse files Browse the repository at this point in the history
Contributes to CURA-10475
  • Loading branch information
jellespijker committed May 15, 2023
1 parent 2fda862 commit d802b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cmake_policy(SET CMP0091 NEW)
project(libarcus)
cmake_minimum_required(VERSION 3.23)
find_package(standardprojectsettings REQUIRED)
Expand Down

0 comments on commit d802b68

Please sign in to comment.