mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
8 lines
177 B
CMake
8 lines
177 B
CMake
cmake_policy(SET CMP0191 OLD)
|
|
set(_FindCABLE_testing TRUE)
|
|
find_package(CABLE MODULE)
|
|
|
|
if(NOT _FindCABLE_included)
|
|
message(FATAL_ERROR "FindCABLE.cmake not included")
|
|
endif()
|