Skip to content

Commit

Permalink
Maintenance: Set a CMake policy version (#749)
Browse files Browse the repository at this point in the history
3.30 added a new policy around pending removal of the FindBoost module. This
is quite noisy without this setting.
  • Loading branch information
ndevenish authored Aug 16, 2024
1 parent f3635ad commit 9a8cff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_minimum_required(VERSION 3.20...3.30 FATAL_ERROR)

project(dxtbx LANGUAGES C CXX)

Expand Down
1 change: 1 addition & 0 deletions newsfragments/749.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set a CMake policy version, to avoid warnings on newer version.

0 comments on commit 9a8cff3

Please sign in to comment.