commit 0ae0b67192d75c7267482f31a3b620997dd43a4a branch 2.2 Author: Dirk Mueller Date: Mon Oct 13 20:26:44 2008 +0000 fix include paths for JNI by using the document variable. svn path=/trunk/kdesupport/soprano/; revision=871055 diff --git a/backends/sesame2/CMakeLists.txt b/backends/sesame2/CMakeLists.txt index 7e19efe..a4bb2b8 100644 --- a/backends/sesame2/CMakeLists.txt +++ b/backends/sesame2/CMakeLists.txt @@ -7,8 +7,7 @@ include_directories( ${soprano_core_SOURCE_DIR} ${soprano_core_BINARY_DIR} ${soprano_sesame2_BINARY_DIR} - ${JAVA_INCLUDE_PATH} - ${JAVA_INCLUDE_PATH2} + ${JNI_INCLUDE_DIRS} ) configure_file(sesame2-config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/sesame2-config.h)