mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

`if()` takes the condition as a list of arguments. Parentheses need to be separated as well. Fixes: #22303
4 lines
49 B
CMake
4 lines
49 B
CMake
include(RunCMake)
|
|
|
|
run_cmake_script(Parentheses)
|