Skip to content

Commit

Permalink
Fixed cmake_minimum_required directive
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 3, 2023
1 parent dd639c6 commit 62059bc
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 62059bc

Please sign in to comment.