Skip to content

Commit

Permalink
WIP: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 4, 2023
1 parent 888da43 commit 2fd80d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

project(dwarfs)

include(ExternalProject)

cmake_minimum_required(VERSION 3.24.0)

include(ExternalProject)
include(CheckCXXSourceCompiles)

option(WITH_TESTS "build with tests" OFF)
Expand Down

0 comments on commit 2fd80d0

Please sign in to comment.