mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Propagate cmake generator
This commit is contained in:
parent
deb261f64b
commit
1879917d35
@ -43,7 +43,7 @@ function(workaround_9220 language language_works)
|
||||
if(return_code EQUAL 0)
|
||||
# Second run
|
||||
execute_process (
|
||||
COMMAND ${CMAKE_COMMAND} .
|
||||
COMMAND ${CMAKE_COMMAND} . -G "${CMAKE_GENERATOR}"
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/language_tests/${language}
|
||||
RESULT_VARIABLE return_code
|
||||
OUTPUT_QUIET
|
||||
|
Loading…
Reference in New Issue
Block a user