diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-02-13 18:57:46 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-02-13 18:57:46 +0200 |
commit | b836ac29dd212f173b0607c826d23b3e3da3d61a (patch) | |
tree | 6f2d3d48c82bbf30aa43c48e88c0a0f8d5ab86d4 /examples | |
parent | 93364463ac9ffc2206abe9d770152f073c671c2e (diff) |
Lower required CMake version in example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cmake_simple/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cmake_simple/CMakeLists.txt b/examples/cmake_simple/CMakeLists.txt index 5439e8e6..5edfb61f 100644 --- a/examples/cmake_simple/CMakeLists.txt +++ b/examples/cmake_simple/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 2.8) project(NANOPB_CMAKE_SIMPLE C) set(NANOPB_SRC_ROOT_FOLDER ${CMAKE_CURRENT_SOURCE_DIR}/../..) |