diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index c97b838..2883b2c 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.1O) project(ecgen_libs C) set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG -g -Wall -Werror -pedantic") @@ -8,4 +8,4 @@ file(GLOB PARSON_SRC "parson/*.c") file(GLOB SHA1_SRC "sha1/*.c") add_library(parson STATIC ${PARSON_SRC}) -add_library(sha1 STATIC ${SHA1_SRC})
\ No newline at end of file +add_library(sha1 STATIC ${SHA1_SRC}) |
