Skip to content

Commit

Permalink
Use mapscript_files for install command
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Oct 5, 2018
1 parent 33138ca commit 52ce27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/java/CMakeLists.txt
Expand Up @@ -31,4 +31,4 @@ add_custom_command(TARGET javamapscript
)

set(mapscript_files $<TARGET_FILE:${SWIG_MODULE_javamapscript_REAL_NAME}> $<TARGET_FILE_DIR:${SWIG_MODULE_javamapscript_REAL_NAME}>)
install(FILES ${LOC_MAPSCRIPT_LIB} DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${mapscript_files} DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 comments on commit 52ce27e

Please sign in to comment.