From 63a6e17196d849ad6e57bce7490eafb5b7f7f3ec Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Thu, 8 Aug 2019 11:19:23 -0700 Subject: Fix issues with Ninja build system and add configure option. (#3166) Adds option --ninja to configure.sh. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d9cdf3481..0748c8075 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.2) #-----------------------------------------------------------------------------# # Project configuration @@ -306,7 +306,7 @@ if(ENABLE_COVERAGE) NAME coverage EXECUTABLE ctest -j${CTEST_NTHREADS} -LE "example" - --output-on-failure $(ARGS) || exit 0 + --output-on-failure $$ARGS || exit 0 DEPENDS build-tests) endif() -- cgit v1.2.3