mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -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.
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
CMake Error at Required.cmake:9 \(find_program\):
|
|
Could not find PROG_AandB using the following names: testAandB
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|