File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
66include (${CMAKE_CURRENT_SOURCE_DIR} /cmake/helpers.cmake)
77
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.10.0 )
1+ cmake_minimum_required (VERSION 3.10)
22project (etl_unit_tests LANGUAGES CXX)
33
44#include(FetchContent)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5.0 )
1+ cmake_minimum_required (VERSION 3.10 )
22project (UnitTestpp LANGUAGES CXX)
33
44add_library (UnitTestpp
You can’t perform that action at this time.
0 commit comments