Files
CMake/Tests/RunCMake/include/CMP0191-WARN.cmake
Brad King 2b8b17106c FindCABLE: Add policy to remove this module
CABLE has not been maintained in a long time.
2025-03-27 09:48:49 -04:00

8 lines
158 B
CMake

# Do not set CMP0191.
set(_FindCABLE_testing 1)
include(FindCABLE)
if(NOT _FindCABLE_included)
message(FATAL_ERROR "FindCABLE.cmake not included")
endif()