mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
Cordova: Renamed cmake Find module for bindings
Renamed find module from FindCordova to FindUpmCordovaGenerator to be more descriptive with the intent of the find module. Updated the find module to use find_package_handle_standard_args so a version can be specified and handle REQUIRED keyword. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -178,7 +178,7 @@ if (BUILDCORDOVA)
|
||||
|
||||
find_package (Node REQUIRED)
|
||||
find_package (Npm REQUIRED)
|
||||
find_package (Cordova REQUIRED)
|
||||
find_package (UpmCordovaGenerator 0.2.1 REQUIRED)
|
||||
endif (BUILDCORDOVA)
|
||||
|
||||
# Find swig if any wrapper is enabled
|
||||
|
Reference in New Issue
Block a user