Skip to content

Commit 2fd4e17

Browse files
rise up cmake minimum required (#1066)
Co-authored-by: John Wellbelove <[email protected]>
1 parent aa0d8b3 commit 2fd4e17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#######################################################################
22
# The Embedded Template Library (https://www.etlcpp.com/)
33
#######################################################################
4-
cmake_minimum_required(VERSION 3.5.0)
4+
cmake_minimum_required(VERSION 3.10)
55

66
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/helpers.cmake)
77

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10.0)
1+
cmake_minimum_required(VERSION 3.10)
22
project(etl_unit_tests LANGUAGES CXX)
33

44
#include(FetchContent)

test/UnitTest++/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0)
1+
cmake_minimum_required(VERSION 3.10)
22
project(UnitTestpp LANGUAGES CXX)
33

44
add_library(UnitTestpp

0 commit comments

Comments
 (0)