Skip to content

Commit

Permalink
Update the CMake support version
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed Nov 16, 2024
1 parent 784f8ce commit ad5213e
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 @@
# For target_compile_features
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.1.0..3.28.3 FATAL_ERROR)

set(PLATFORMFOLDERS_MAIN_PROJECT OFF)
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
Expand Down

0 comments on commit ad5213e

Please sign in to comment.