mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Tests: Fix CMake syntax warning in VSGNUFortran test
This commit is contained in:
parent
9da13bc3f7
commit
7200ab491b
@ -14,7 +14,7 @@ file(TO_NATIVE_PATH "${MINGW_PATH}" MINGW_PATH)
|
||||
string(REPLACE "\\" "\\\\" MINGW_PATH "${MINGW_PATH}")
|
||||
message("${MINGW_PATH}")
|
||||
set(test_exe "@VSGNUFortran_BINARY_DIR@/bin/c_using_fortran.exe")
|
||||
set(ENV{PATH} "${MINGW_PATH}";$ENV{PATH})
|
||||
set(ENV{PATH} "${MINGW_PATH};$ENV{PATH}")
|
||||
message("run ${test_exe}")
|
||||
execute_process(COMMAND "${test_exe}"
|
||||
RESULT_VARIABLE res)
|
||||
|
Loading…
Reference in New Issue
Block a user