Skip to content

Commit 4363be8

Browse files
author
Murilo Marinho
committed
[CMakeLists] update cmake minimum version to have FetchContent
1 parent 2a40a04 commit 4363be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 3.8)
1+
cmake_minimum_required(VERSION 3.11)
22
project(sas_common)
33

44
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")

0 commit comments

Comments
 (0)