From e249f861e3a77d1d4b754d2394c6f98065d8fa86 Mon Sep 17 00:00:00 2001 From: Nicholas Guriev Date: Thu, 17 Aug 2017 06:00:30 +0400 Subject: Allow to use system version of the catch test framework (#549) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e62a1d6..986d948 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.1.3) project(GSL CXX) include(ExternalProject) -find_package(Git REQUIRED) +find_package(Git) # creates a library GSL which is an interface (header files only) add_library(GSL INTERFACE) -- cgit v1.2.3