mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
copy-paste error fixed
This commit is contained in:
parent
b309faff77
commit
d2cfae67dc
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ endif()
|
||||||
|
|
||||||
set(orig_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
|
set(orig_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
|
||||||
unset(CMAKE_MODULE_PATH)
|
unset(CMAKE_MODULE_PATH)
|
||||||
include(FindJava)
|
include(FindJNI)
|
||||||
set(CMAKE_MODULE_PATH ${orig_CMAKE_MODULE_PATH})
|
set(CMAKE_MODULE_PATH ${orig_CMAKE_MODULE_PATH})
|
||||||
|
|
Loading…
Add table
Reference in a new issue