diff --git a/CMakeLists.txt b/CMakeLists.txt index bd8bfe1e..c1458ed8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/cmake/modules/FindCordova.cmake b/cmake/modules/FindUpmCordovaGenerator.cmake similarity index 100% rename from cmake/modules/FindCordova.cmake rename to cmake/modules/FindUpmCordovaGenerator.cmake