mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Merge topic 'patch-FindSQLite3'
dc20787020 FindSQLite3: Replace REQUIRED_VARS order
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10436
This commit is contained in:
@@ -66,7 +66,7 @@ endif()
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(SQLite3
|
||||
REQUIRED_VARS SQLite3_INCLUDE_DIR SQLite3_LIBRARY
|
||||
REQUIRED_VARS SQLite3_LIBRARY SQLite3_INCLUDE_DIR
|
||||
VERSION_VAR SQLite3_VERSION)
|
||||
|
||||
# Create the imported target
|
||||
|
||||
Reference in New Issue
Block a user