mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-21 23:38:33 -05:00
dc00809596
In the same spirit as the REQUIRED keyword on find_package, this will stop cmake execution with an error on a failed find_program, find_file, find_path or find_library.
11 lines
184 B
CMake
11 lines
184 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(Created)
|
|
run_cmake(FromPrefixPath)
|
|
run_cmake(FromPATHEnv)
|
|
if(CMAKE_HOST_UNIX)
|
|
run_cmake(LibArchLink)
|
|
endif()
|
|
run_cmake(PrefixInPATH)
|
|
run_cmake(Required)
|