mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
41aea12941
Add policy `CMP0198` for compatibility. Issue: #25026
3 lines
69 B
CMake
3 lines
69 B
CMake
cmake_policy(SET CMP0198 OLD)
|
|
add_subdirectory(ParentVariableSubDir)
|