Skip to content

Commit c8aab12

Browse files
author
Murilo Marinho
committed
[CMakeLists.txt] Adjusting minimum version.
1 parent 4363be8 commit c8aab12

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
cmake_minimum_required(VERSION 3.11)
1+
cmake_minimum_required(VERSION 3.14)
2+
# FetchContent_MakeAvailable since version 3.14
3+
24
project(sas_common)
35

46
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")

0 commit comments

Comments
 (0)