From 8db0819860417f608153d9f63d0cf8778f83c11f Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Thu, 15 Mar 2018 13:33:38 -0700 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- .../{FindCordova.cmake => FindUpmCordovaGenerator.cmake} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmake/modules/{FindCordova.cmake => FindUpmCordovaGenerator.cmake} (100%) 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