Files
CMake/Tests/RunCMake/CMakePresets/GoodToolchainCommandLine.cmake
Robert Maynard a9b968bb98 cmake-presets: Introduce toolchainFile preset option
In v3 of the presets, the `--toolchain` command line argument now
has a preset mapping.
2021-04-28 17:22:25 -04:00

4 lines
150 B
CMake

include("${RunCMake_SOURCE_DIR}/TestVariable.cmake")
test_variable("CMAKE_TOOLCHAIN_FILE" "FILEPATH" "${CMAKE_SOURCE_DIR}/cmd_line_toolchain.cmake")