CMake find_package does not handle VERSION keyword
* in `find_package`, `VERSION` keyword should not be used as it is unhandle and raise a configuration error. > find_package called with invalid argument "VERSION" * Correct the doc and example as needed.