mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
192 B
Plaintext
5 lines
192 B
Plaintext
CMake Error at Required.cmake:9 \(find_path\):
|
|
Could not find PATH_doNotExists using the following files: doNotExists.h
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|