Skip to content

Commit

Permalink
Merge pull request #175 from tamatebako/main
Browse files Browse the repository at this point in the history
Fixed cmake_minimum_required directive
  • Loading branch information
mhx authored Nov 3, 2023
2 parents dd639c6 + 62059bc commit 35e05d3
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,11 +16,11 @@
# 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.24.0)

include(CheckCXXSourceCompiles)

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

0 comments on commit 35e05d3

Please sign in to comment.