mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Tests: Fix RunCMake.CommandLine toolchain case command line
This commit is contained in:
@@ -196,7 +196,7 @@ function(run_Toolchain)
|
|||||||
set(CMAKE_SYSTEM_NAME Linux)
|
set(CMAKE_SYSTEM_NAME Linux)
|
||||||
set(toolchain_file binary_dir)
|
set(toolchain_file binary_dir)
|
||||||
]=])
|
]=])
|
||||||
run_cmake_with_options(toolchain-valid-rel-build-path ${CMAKE_COMMAND} -S ${source_dir} -B ${binary_dir} --toolchain toolchain.cmake)
|
run_cmake_with_options(toolchain-valid-rel-build-path -S ${source_dir} -B ${binary_dir} --toolchain toolchain.cmake)
|
||||||
endfunction()
|
endfunction()
|
||||||
run_Toolchain()
|
run_Toolchain()
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
^CMake Error.*binary_dir
|
^CMake Error at CMakeLists.txt:[0-9] \(message\):
|
||||||
|
binary_dir$
|
||||||
|
|||||||
Reference in New Issue
Block a user