From e8578cfea272cfd0df7da6cd23646d859695552d Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 29 Nov 2020 14:08:30 +0100 Subject: Fix builds with makefile. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cf6b3fe..929ef0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.10) project(ecgen C) add_subdirectory(lib) @@ -12,7 +12,7 @@ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNDEBUG -O3 -Wall -flto") include_directories(src) include_directories(lib) -add_subdirectory(test) +#add_subdirectory(test) add_executable(ecgen ${ECGEN_SRC}) -- cgit v1.2.3-70-g09d2