Skip to content

FetchContent: Honor CMP0097

Craig Scott requested to merge craig.scott/cmake:fetchcontent-CMP0097 into master

The sub-build's CMakeLists.txt always ended up using the NEW behavior for policy CMP0097. It did not record or propagate that policy setting's value when FetchContent_Declare() was called.

Fixes: #25971 (closed)

Merge request reports