Skip to content

Commit

Permalink
[CMakeLists] require cmake 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Sep 14, 2024
1 parent e1fc449 commit c751369
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.8)
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
project(overworld)
Expand Down

0 comments on commit c751369

Please sign in to comment.