mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -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/>.
|
# dwarfs. If not, see <https://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
cmake_minimum_required(VERSION 3.25.0)
|
||||||
|
|
||||||
project(dwarfs)
|
project(dwarfs)
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.24.0)
|
|
||||||
|
|
||||||
include(CheckCXXSourceCompiles)
|
include(CheckCXXSourceCompiles)
|
||||||
|
|
||||||
option(WITH_TESTS "build with tests" OFF)
|
option(WITH_TESTS "build with tests" OFF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user