Skip to content

Commit

Permalink
Increase cmake_minimum_required to 3.14 (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>

Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware authored Dec 2, 2022
1 parent 3144037 commit 62a41dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# root CMakeLists.txt, specifies option and interface library

cmake_minimum_required(VERSION 3.11)
cmake_minimum_required(VERSION 3.14)
project(FOONATHAN_MEMORY)

set(FOONATHAN_MEMORY_VERSION_MAJOR 0 CACHE STRING "major version of memory" FORCE)
Expand Down

0 comments on commit 62a41dd

Please sign in to comment.