Skip to content

Commit

Permalink
Revert "Set minimum cmake version"
Browse files Browse the repository at this point in the history
This reverts commit 1df87ea.
  • Loading branch information
certik committed Oct 8, 2019
1 parent 1df87ea commit 17c41ef
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.15.4 FATAL_ERROR)
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_SOURCE_DIR}/cmake/UserOverride.cmake)

Expand Down

0 comments on commit 17c41ef

Please sign in to comment.