mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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()
|