summaryrefslogtreecommitdiff
path: root/cmake/FindJNI.cmake
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-09-22 13:07:38 +0200
committerSergei Golubchik <serg@mariadb.org>2016-09-22 13:07:38 +0200
commitd2cfae67dca032c2c42ecb25dc52d8aa2eebcd64 (patch)
tree8e442ae845a5097e7b8d48108159a5694e08fb91 /cmake/FindJNI.cmake
parentb309faff77bf8abbb57fe6b2c01a46d6023e60f5 (diff)
downloadmariadb-git-d2cfae67dca032c2c42ecb25dc52d8aa2eebcd64.tar.gz
copy-paste error fixed
Diffstat (limited to 'cmake/FindJNI.cmake')
-rw-r--r--cmake/FindJNI.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindJNI.cmake b/cmake/FindJNI.cmake
index 3db9198d9c8..fb2f4801a70 100644
--- a/cmake/FindJNI.cmake
+++ b/cmake/FindJNI.cmake
@@ -4,5 +4,5 @@ endif()
set(orig_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
unset(CMAKE_MODULE_PATH)
-include(FindJava)
+include(FindJNI)
set(CMAKE_MODULE_PATH ${orig_CMAKE_MODULE_PATH})