mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 14:27:30 -04:00
Fixed cmake_minimum_required directive
This commit is contained in:
parent
dd639c6717
commit
62059bc182
@ -16,11 +16,11 @@
|
||||
# dwarfs. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.25.0)
|
||||
|
||||
project(dwarfs)
|
||||
include(ExternalProject)
|
||||
|
||||
cmake_minimum_required(VERSION 3.24.0)
|
||||
|
||||
include(CheckCXXSourceCompiles)
|
||||
|
||||
option(WITH_TESTS "build with tests" OFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user