Skip to content

Commit 4126799

Browse files
committed
Bump versions
Closes #555 Signed-off-by: Marek Küthe <[email protected]>
1 parent fe22186 commit 4126799

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,4 +1,4 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.1)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 4.0)
22
PROJECT(libtins)
33

44
OPTION(LIBTINS_BUILD_EXAMPLES "Build examples" ON)

cmake/Modules/CheckCXXFeatures.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (NOT CMAKE_CXX_COMPILER_LOADED)
5050
message(FATAL_ERROR "CheckCXX11Features modules only works if language CXX is enabled")
5151
endif ()
5252

53-
cmake_minimum_required(VERSION 2.8.3)
53+
cmake_minimum_required(VERSION 4.0)
5454

5555
#
5656
### Check for needed compiler flags

googletest

Submodule googletest updated 404 files

0 commit comments

Comments
 (0)