mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Merge pull request #260 from paleozogt/patch-1
GIT_EXECUTABLE undefined
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)
 | 
					cmake_minimum_required(VERSION 2.8.8)
 | 
				
			||||||
project(catch_builder CXX)
 | 
					project(catch_builder CXX)
 | 
				
			||||||
include(ExternalProject)
 | 
					include(ExternalProject)
 | 
				
			||||||
 | 
					find_package(Git REQUIRED)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ExternalProject_Add(
 | 
					ExternalProject_Add(
 | 
				
			||||||
    catch
 | 
					    catch
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user