mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-08 22:58:18 -04:00
Removed absolute path of JNI_INCLUDE_DIR
This commit is contained in:
parent
441a154881
commit
c5bf83ad0b
@ -29,14 +29,8 @@ ${PROJECT_SOURCE_DIR}/../main/cpp/utils.h
|
||||
|
||||
find_package(JNI)
|
||||
|
||||
if (JNI_FOUND)
|
||||
message (STATUS "JNI_INCLUDE_DIRS=${JNI_INCLUDE_DIRS}")
|
||||
message (STATUS "JNI_LIBRARIES=${JNI_LIBRARIES}")
|
||||
endif()
|
||||
|
||||
include_directories(
|
||||
/opt/hostedtoolcache/jdk/11.0.18/x64/include
|
||||
/opt/hostedtoolcache/jdk/11.0.18/x64/include/linux
|
||||
${JNI_INCLUDE_DIRS}
|
||||
${PROJECT_SOURCE_DIR}/../main/cpp
|
||||
${PROJECT_SOURCE_DIR}/../../build/include/libkiwix
|
||||
${PROJECT_SOURCE_DIR}/../../build/include/libzim
|
||||
|
Loading…
x
Reference in New Issue
Block a user