Skip to content

Commit 80bfd5d

Browse files
tobodnermarcomagdy
authored andcommitted
Bump minimum required CMake version in README
- Commit #a9e34da5 bumped the required CMake version in the CMakeLists.txt file, but not in the README
1 parent 53a8264 commit 80bfd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ make && make install
3333
To consume this library in a project that is also using CMake, you would do:
3434

3535
```cmake
36-
cmake_minimum_required(VERSION 3.5)
36+
cmake_minimum_required(VERSION 3.9)
3737
set(CMAKE_CXX_STANDARD 11)
3838
project(demo LANGUAGES CXX)
3939
find_package(aws-lambda-runtime)

0 commit comments

Comments
 (0)