Update tests that generate CMake projects to use the CMAKE_CXX_COMPILER the main project was CMake'd with. Fixes #1747.
This commit is contained in:
		
							parent
							
								
									67259d698f
								
							
						
					
					
						commit
						fbb0bd7556
					
				
					 3 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
add_test(NAME cmake_add_subdirectory_configure
 | 
			
		||||
  COMMAND ${CMAKE_COMMAND}
 | 
			
		||||
    -G "${CMAKE_GENERATOR}"
 | 
			
		||||
    -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
 | 
			
		||||
    -Dnlohmann_json_source=${PROJECT_SOURCE_DIR}
 | 
			
		||||
    ${CMAKE_CURRENT_SOURCE_DIR}/project
 | 
			
		||||
)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue