<div dir="ltr">Hello,<br><br>I am using CMake to search for dependencies using `find_library` and `find_path` and when dependencies are missing I print a message out.<br><br>Output:<br>-- The C compiler identification is GNU<br>
-- The CXX compiler identification is GNU<br>-- Check for working C compiler: /usr/bin/gcc<br>-- Check for working C compiler: /usr/bin/gcc -- works<br>-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - done<br>
-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>-- Detecting CXX compiler ABI info<br>-- Detecting CXX compiler ABI info - done<br>-- Assertion failed: Unable to find headers: pcap<br>
-- ERROR: THERE ARE DEPENDENCIES MISSING<br>-- Configuring done<br>-- Generating done<br>-- Build files have been written to: /home/user/project<br><br>The commands work properly, but is there a way to stop the creation of a makefile if the dependencies are missing?<br>
<br>Thank you, and kind regards,<br>Charles<br></div>