Skip to content

Commit

Permalink
Merge pull request #304 from introlab/fix-cmake-version-range
Browse files Browse the repository at this point in the history
Fix cmake version range
  • Loading branch information
philippewarren authored Dec 5, 2024
2 parents 6c89772 + bd92425 commit 3cb1c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(ODAS)
cmake_minimum_required(VERSION 2.4.6..3.16)
cmake_minimum_required(VERSION 2.4.6...3.26)

if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
Expand Down

0 comments on commit 3cb1c03

Please sign in to comment.