-
- Downloads
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
- CMakeLists.txt 1 addition, 5 deletionsCMakeLists.txt
- doc/CMakeLists.txt 1 addition, 4 deletionsdoc/CMakeLists.txt
- examples/CMakeLists.txt 1 addition, 5 deletionsexamples/CMakeLists.txt
- python/CMakeLists.txt 1 addition, 5 deletionspython/CMakeLists.txt
- utils/CMakeLists.txt 1 addition, 5 deletionsutils/CMakeLists.txt
Please register or sign in to comment