mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 18:31:13 +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. 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 REQUIRED)
|
||||
endif (BUILDCORDOVA)
|
||||
|
||||
# Find swig if any wrapper is enabled
|
||||
|
Reference in New Issue
Block a user