mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -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)
|