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)
|