Files
CMake/Tests/RunCMake/find_library/Required-stderr.txt
T
Sylvain Joubert dc00809596 find_*: Add support for REQUIRED keyword
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.
2020-03-06 16:40:26 +01:00

5 lines
193 B
Plaintext

CMake Error at Required.cmake:11 \(find_library\):
Could not find LIB_doNotExists using the following names: doNotExists
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)