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.
Showing
Please register or sign in to comment