mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
359c500a24
Previously we would synthesize <TARGET_NAME>-NOTFOUND as the location. This would then end up on the link line and cause build failures. Policy CMP0110 is added to control this behaviour. Fixes #19080, #19943.
3 lines
60 B
CMake
3 lines
60 B
CMake
cmake_policy(SET CMP0111 NEW)
|
|
include(CMP0111-Common.cmake)
|