mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -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(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()
|
||||
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