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 b790564 commit b40f5bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
# dwarfs. If not, see <https://www.gnu.org/licenses/>.
#

include(ExternalProject)
project(dwarfs)

cmake_minimum_required(VERSION 3.24.0)
include(ExternalProject)

project(dwarfs)
cmake_minimum_required(VERSION 3.25.0)

include(CheckCXXSourceCompiles)

Expand Down

0 comments on commit b40f5bd

Please sign in to comment.