Skip to content
Snippets Groups Projects
Commit ae216114 authored by Ruslan Baratov's avatar Ruslan Baratov
Browse files

Consistent 'REQUIRED' usage

If 'REQUIRED' used inside 'find_package' there is no need to check '*_FOUND'
variable. And vice versa - if package is not optional then 'REQUIRED' can be
used instead of 'if(NOT *_FOUND) message(FATAL_ERROR)' block.
parent b5411a5a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment