Skip to content

Commit

Permalink
fix: pr #175 broke windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 4, 2023
1 parent 35e05d3 commit 6cfce3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
# dwarfs. If not, see <https://www.gnu.org/licenses/>.
#

cmake_minimum_required(VERSION 3.25.0)

project(dwarfs)

include(ExternalProject)

cmake_minimum_required(VERSION 3.25.0)

include(CheckCXXSourceCompiles)

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

0 comments on commit 6cfce3b

Please sign in to comment.