mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Add an option to capture error messages in a variable instead of terminating with a fatal error. Fixes: #25778
5 lines
123 B
CMake
5 lines
123 B
CMake
include(apple-common.cmake)
|
|
|
|
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE NEVER)
|
|
find_package(bad-platform-fatal CONFIG REQUIRED)
|