Skip to content

Commit

Permalink
cmake 3.15 is first version accepting object lists for TARGET_OBJECTS
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Dec 25, 2023
1 parent 163d48e commit dcec2da
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.16)
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 dcec2da

Please sign in to comment.