mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
41aea12941
Add policy `CMP0198` for compatibility. Issue: #25026
3 lines
69 B
CMake
3 lines
69 B
CMake
cmake_policy(SET CMP0198 NEW)
|
|
add_subdirectory(ParentVariableSubDir)
|