We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441a154 commit c5bf83aCopy full SHA for c5bf83a
lib/src/test/CMakeLists.txt
@@ -29,14 +29,8 @@ ${PROJECT_SOURCE_DIR}/../main/cpp/utils.h
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