forked from catchorg/Catch2
GIT_EXECUTABLE undefined
This script needs to find_package for git so that GIT_EXECUTABLE is defined.
This commit is contained in:
@@ -8,6 +8,7 @@ You can use the following CMake script to automatically fetch Catch from github
|
||||
cmake_minimum_required(VERSION 2.8.8)
|
||||
project(catch_builder CXX)
|
||||
include(ExternalProject)
|
||||
find_package(Git REQUIRED)
|
||||
|
||||
ExternalProject_Add(
|
||||
catch
|
||||
|
Reference in New Issue
Block a user