We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441a154 commit 088cf82Copy full SHA for 088cf82
lib/src/test/CMakeLists.txt
@@ -27,16 +27,8 @@ ${PROJECT_SOURCE_DIR}/../main/cpp/libzim/suggestion_searcher.cpp
27
${PROJECT_SOURCE_DIR}/../main/cpp/utils.h
28
)
29
30
-find_package(JNI)
31
-
32
-if (JNI_FOUND)
33
- message (STATUS "JNI_INCLUDE_DIRS=${JNI_INCLUDE_DIRS}")
34
- message (STATUS "JNI_LIBRARIES=${JNI_LIBRARIES}")
35
-endif()
36
37
include_directories(
38
-/opt/hostedtoolcache/jdk/11.0.18/x64/include
39
-/opt/hostedtoolcache/jdk/11.0.18/x64/include/linux
+${JNI_INCLUDE_DIRS}
40
${PROJECT_SOURCE_DIR}/../main/cpp
41
${PROJECT_SOURCE_DIR}/../../build/include/libkiwix
42
${PROJECT_SOURCE_DIR}/../../build/include/libzim
0 commit comments