mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
8 lines
158 B
CMake
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()
|