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

project(dwarfs)

cmake_minimum_required(VERSION 3.24.0)

project(dwarfs)

include(ExternalProject)
include(CheckCXXSourceCompiles)

Expand Down

0 comments on commit a1f9f2d

Please sign in to comment.