mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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:
parent
de7233f995
commit
8db0819860
@ -178,7 +178,7 @@ if (BUILDCORDOVA)
|
|||||||
|
|
||||||
find_package (Node REQUIRED)
|
find_package (Node REQUIRED)
|
||||||
find_package (Npm REQUIRED)
|
find_package (Npm REQUIRED)
|
||||||
find_package (Cordova REQUIRED)
|
find_package (UpmCordovaGenerator REQUIRED)
|
||||||
endif (BUILDCORDOVA)
|
endif (BUILDCORDOVA)
|
||||||
|
|
||||||
# Find swig if any wrapper is enabled
|
# Find swig if any wrapper is enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user