• Ruslan Baratov's avatar
    Consistent 'REQUIRED' usage · ae216114
    Ruslan Baratov authored
    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.
    ae216114
CMakeLists.txt 2.84 KB