mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Teach the RunCMake.GeneratorPlatform test to cover setting CMAKE_GENERATOR_PLATFORM in a file loaded by CMAKE_TOOLCHAIN_FILE.
10 lines
384 B
Plaintext
10 lines
384 B
Plaintext
CMake Error at TestPlatformToolchain.cmake:[0-9]+ \(message\):
|
|
CMAKE_GENERATOR_PLATFORM is "Test Platform" as expected.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Error at TestPlatformToolchain.cmake:[0-9]+ \(message\):
|
|
CMAKE_VS_PLATFORM_NAME is "Test Platform" as expected.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|