mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
2b8b17106c
CABLE has not been maintained in a long time.
8 lines
181 B
CMake
8 lines
181 B
CMake
cmake_policy(SET CMP0191 NEW)
|
|
set(_FindCABLE_testing TRUE)
|
|
find_package(CABLE MODULE)
|
|
|
|
if(_FindCABLE_included)
|
|
message(FATAL_ERROR "FindCABLE.cmake erroneously included")
|
|
endif()
|