Skip to content

Commit

Permalink
fix build with --install-symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Feb 16, 2024
1 parent 07283b2 commit bacd0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaustoolset/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@ endif()
add_jar(iop_codegenerator ${JAVA_SOURCE_FILES}
INCLUDE_JARS ${INCLUDE_LOCAL_JARS}
ENTRY_POINT org/jts/codegenerator/CodeGenerator
OUTPUT_DIR ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}
OUTPUT_DIR build/${PROJECT_NAME}
)

###################################
## install iop_codegenerator.jar ##
###################################
install_jar(iop_codegenerator ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME})
install_jar(iop_codegenerator share/${PROJECT_NAME})


###############################################################
Expand Down

0 comments on commit bacd0d8

Please sign in to comment.