mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 22:10:54 -04:00
Merge pull request #175 from tamatebako/main
Fixed cmake_minimum_required directive
This commit is contained in:
commit
35e05d39bd
@ -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