mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
Remove ZAPD from install paths
This commit is contained in:
parent
1fd9b73c2a
commit
3725f59af3
1 changed files with 0 additions and 6 deletions
|
@ -266,12 +266,6 @@ set(PROGRAM_PERMISSIONS_EXECUTE OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECU
|
||||||
install(DIRECTORY "${CMAKE_SOURCE_DIR}/soh/assets/extractor/" DESTINATION ./assets/)
|
install(DIRECTORY "${CMAKE_SOURCE_DIR}/soh/assets/extractor/" DESTINATION ./assets/)
|
||||||
install(DIRECTORY "${CMAKE_SOURCE_DIR}/soh/assets/xml/" DESTINATION ./assets/xml)
|
install(DIRECTORY "${CMAKE_SOURCE_DIR}/soh/assets/xml/" DESTINATION ./assets/xml)
|
||||||
|
|
||||||
install(DIRECTORY ${CMAKE_BINARY_DIR}/assets
|
|
||||||
DESTINATION .
|
|
||||||
PATTERN ZAPD.out
|
|
||||||
PERMISSIONS ${PROGRAM_PERMISSIONS_EXECUTE}
|
|
||||||
)
|
|
||||||
|
|
||||||
# Rename the installed soh binary to drop the macos suffix
|
# Rename the installed soh binary to drop the macos suffix
|
||||||
INSTALL(CODE "FILE(RENAME \${CMAKE_INSTALL_PREFIX}/../MacOS/soh-macos \${CMAKE_INSTALL_PREFIX}/../MacOS/soh)")
|
INSTALL(CODE "FILE(RENAME \${CMAKE_INSTALL_PREFIX}/../MacOS/soh-macos \${CMAKE_INSTALL_PREFIX}/../MacOS/soh)")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue