Skip to content

Commit

Permalink
Merge pull request #337 from joe-barnier/master
Browse files Browse the repository at this point in the history
Updated CMake policy version to resolve deprecation warning.
  • Loading branch information
nholthaus authored Dec 9, 2024
2 parents 3ca0e22 + f4ff6b9 commit 9da0405
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
cmake_minimum_required(VERSION 3.2...3.5 FATAL_ERROR)

PROJECT(units LANGUAGES CXX)
set(units_VERSION 2.3.1)
Expand Down

0 comments on commit 9da0405

Please sign in to comment.