mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
2b8b17106c
CABLE has not been maintained in a long time.
8 lines
166 B
CMake
8 lines
166 B
CMake
cmake_policy(SET CMP0191 OLD)
|
|
set(_FindCABLE_testing 1)
|
|
include(FindCABLE)
|
|
|
|
if(NOT _FindCABLE_included)
|
|
message(FATAL_ERROR "FindCABLE.cmake not included")
|
|
endif()
|