From c5115f63e14796bff6054a9697a0305a7e9b0c20 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 18 Jun 2018 11:56:40 +0200 Subject: [PATCH] Do not install anymore the not-generated classes of the java wrapper. --- wrappers/java/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrappers/java/CMakeLists.txt b/wrappers/java/CMakeLists.txt index a6fb895d2..23344bf0e 100644 --- a/wrappers/java/CMakeLists.txt +++ b/wrappers/java/CMakeLists.txt @@ -44,4 +44,5 @@ add_custom_target(linphonej ALL DEPENDS "${jni_sources}") set(LINPHONE_JNI_SOURCES "${jni_sources}" PARENT_SCOPE) install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/java" DESTINATION "${CMAKE_INSTALL_DATADIR}/linphonej/") -install(DIRECTORY classes/ DESTINATION "${CMAKE_INSTALL_DATADIR}/linphonej/java/org/linphone/core/") + +#install(DIRECTORY classes/ DESTINATION "${CMAKE_INSTALL_DATADIR}/linphonej/java/org/linphone/core/")