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:
Noel Eck 2018-03-15 13:33:38 -07:00
parent de7233f995
commit 8db0819860
2 changed files with 1 additions and 1 deletions

View File

@ -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