Skip to content

Commit

Permalink
cmake: change minimum to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 21, 2023
1 parent 2c289ff commit 1b1ffeb
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 @@
# This file is just an orchestration
cmake_minimum_required(VERSION 3.21..3.27)
cmake_minimum_required(VERSION 3.16..3.27)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

option(CMAKE_EXPORT_COMPILE_COMMANDS "Export compile command" TRUE)
Expand Down

0 comments on commit 1b1ffeb

Please sign in to comment.