Skip to content

Commit

Permalink
Correct cmake version requirement (#1643)
Browse files Browse the repository at this point in the history
* upgrade minimum cmake version supported: cmake 3.15 is first version accepting object lists for TARGET_OBJECTS
  • Loading branch information
baentsch authored Jan 4, 2024
1 parent b196974 commit ed86578
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,6 +1,6 @@
# SPDX-License-Identifier: MIT

cmake_minimum_required (VERSION 3.5)
cmake_minimum_required (VERSION 3.15)
# option() honors normal variables.
# see: https://cmake.org/cmake/help/git-stage/policy/CMP0077.html
if(POLICY CMP0077)
Expand Down

0 comments on commit ed86578

Please sign in to comment.