From b40f5bdda1cd25506a5cbbffb550c7ca991b5754 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 4 Nov 2023 07:35:25 +0100 Subject: [PATCH] WIP: fix windows build --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db18b268a..a5a361b1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,11 +16,11 @@ # dwarfs. If not, see . # -include(ExternalProject) +project(dwarfs) -cmake_minimum_required(VERSION 3.24.0) +include(ExternalProject) -project(dwarfs) +cmake_minimum_required(VERSION 3.25.0) include(CheckCXXSourceCompiles)