Skip to content

Commit

Permalink
Fix install directory for jar
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeVerney committed Apr 15, 2019
1 parent b1d312a commit 6d802e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ INSTALL (
if (${WITH_JAVA_WRAPPING})
INSTALL (
FILES ${CMAKE_CURRENT_BINARY_DIR}/fesapiJava-${Fesapi_VERSION}.jar
LIBRARY
DESTINATION ${CMAKE_INSTALL_LIBDIR}
DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
endif (${WITH_JAVA_WRAPPING})

Expand Down

0 comments on commit 6d802e1

Please sign in to comment.