Skip to content

Commit

Permalink
CMakeLists.txt: fix cmake version deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Aug 13, 2023
1 parent 333b251 commit 0b6faca
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,7 +1,7 @@
#
# project: sokol-samples
#
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_STANDARD 99)
if (FIPS_IOS)
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "")
Expand Down

0 comments on commit 0b6faca

Please sign in to comment.