diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-21 03:48:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 03:48:46 +0200 |
commit | aa090f98015c94bf7c3fa43726f2d18fac2ae085 (patch) | |
tree | f20c05ad3c1721679e364fa76e4baaff57e3d901 /test/functional/eval/api_functions_spec.lua | |
parent | e28a7a366d7c5179e2bb9f16f67ea5e848576273 (diff) | |
download | rneovim-aa090f98015c94bf7c3fa43726f2d18fac2ae085.tar.gz rneovim-aa090f98015c94bf7c3fa43726f2d18fac2ae085.tar.bz2 rneovim-aa090f98015c94bf7c3fa43726f2d18fac2ae085.zip |
cmake: fix usage of find_package_handle_standard_args (#10288)
The package argument is case sensitive, which is important to handle
X_FIND_REQUIRED properly, i.e. error out early if it is not found:
CMake Error at /usr/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Unibilium (missing: UNIBILIUM_LIBRARY UNIBILIUM_INCLUDE_DIR)
Otherwise it would continue until:
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
UNIBILIUM_INCLUDE_DIR (ADVANCED)
Quickly checked via `rg 'find_package_handle_standard|find_package.*REQUIRED' -I | sort`.
Ref: https://gitlab.kitware.com/cmake/cmake/issues/19413
Diffstat (limited to 'test/functional/eval/api_functions_spec.lua')
0 files changed, 0 insertions, 0 deletions