From d70538d0232400145bd0a0665d7849d77fbb3561 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Fri, 3 Nov 2023 23:18:22 +0100 Subject: [PATCH] WIP: fix windows build --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d378d244..10350dd8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,11 +16,11 @@ # dwarfs. If not, see . # -cmake_minimum_required(VERSION 3.25.0) +cmake_minimum_required(VERSION 3.24.0) project(dwarfs) -include(ExternalProject) +include(ExternalProject) include(CheckCXXSourceCompiles) option(WITH_TESTS "build with tests" OFF)