mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
41aea12941
Add policy `CMP0198` for compatibility. Issue: #25026
4 lines
169 B
CMake
4 lines
169 B
CMake
# Test CMP0198 WARN behavior with subdirectory: should behave like OLD (no warning issued)
|
|
# Do not set CMP0198 policy explicitly
|
|
add_subdirectory(ParentVariableSubDir)
|