mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-14 00:53:07 -07:00
add OPTIONAL flag to avaid error when OTRGui is not build (#2299)
This commit is contained in:
parent
d9662ab63b
commit
d6dbaacb03
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
|
||||||
.
|
.
|
||||||
)
|
)
|
||||||
|
|
||||||
INSTALL(TARGETS OTRGui DESTINATION . COMPONENT ship)
|
INSTALL(TARGETS OTRGui DESTINATION . COMPONENT ship OPTIONAL)
|
||||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/assets
|
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/assets
|
||||||
DESTINATION .
|
DESTINATION .
|
||||||
COMPONENT ship
|
COMPONENT ship
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue