1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-07 19:04:46 +02:00

Merge pull request from paleozogt/patch-1

GIT_EXECUTABLE undefined
This commit is contained in:
Phil Nash 2014-04-18 18:33:46 +01:00
commit 463f7bdf65

@ -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