cmake warning for vcl
Issue: cmake gives out the following warning from FindVCL.cmake
:
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (Vcl) does
not match the name of the calling package (VCL). This can lead to problems
in calling code that expects `find_package` result variables```
**Steps to reproduce** : v3_release -> bulid -> ccmake .. (enable VCL) and configure