mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 10:10:08 -06:00
In v3 of the presets, generator and buildDir can be omitted to fall back to regular cmake behavior when these values are not explicitly provided by the user. Fixes: #21987
4 lines
113 B
CMake
4 lines
113 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/TestVariable.cmake)
|
|
|
|
test_variable(CMAKE_GENERATOR "" "${RunCMake_GENERATOR}")
|