mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Add missing cmake option to fix buildAndTest.sh
Note that the documentation was updated automatically, by running: ./tools/scripts/updateDocumentSnippets.py
This commit is contained in:
		
				
					committed by
					
						
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			
						parent
						
							c6352c3e1f
						
					
				
				
					commit
					40b9df567f
				
			@@ -8,7 +8,7 @@
 | 
			
		||||
./tools/scripts/generateAmalgamatedFiles.py
 | 
			
		||||
 | 
			
		||||
# 2. Configure the full test build
 | 
			
		||||
cmake -Bdebug-build -H. -DCMAKE_BUILD_TYPE=Debug -DCATCH_BUILD_EXAMPLES=ON -DCATCH_BUILD_EXTRA_TESTS=ON
 | 
			
		||||
cmake -Bdebug-build -H. -DCMAKE_BUILD_TYPE=Debug -DCATCH_BUILD_EXAMPLES=ON -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_DEVELOPMENT_BUILD=ON
 | 
			
		||||
 | 
			
		||||
# 3. Run the actual build
 | 
			
		||||
cmake --build debug-build
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user