Skip to content

Commit

Permalink
Do not increase cmake version required
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter authored Jul 18, 2024
1 parent 98ee5b4 commit c08c414
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.20)
cmake_minimum_required(VERSION 3.12)

if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)
message(FATAL_ERROR "Please create a build directory. Building inside the oceanpop directory directly would prevent the asset directory from being build correctly.")
Expand Down

0 comments on commit c08c414

Please sign in to comment.