Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Compatibility with CMake < 3.5 will be removed from a future version of CMake.
  • Loading branch information
zdenop committed Mar 1, 2024
1 parent fbb3cf4 commit 0442786
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
Expand Up @@ -8,7 +8,7 @@
#
# ##############################################################################

cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.5)
cmake_policy(SET CMP0054 NEW)

# In-source builds are disabled.
Expand Down

0 comments on commit 0442786

Please sign in to comment.