mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:43:24 +02:00
Install both oven and vhacd in both client and client+server builds.
This commit is contained in:
parent
13f0b97d07
commit
3e292c4b03
2 changed files with 2 additions and 6 deletions
|
@ -18,6 +18,4 @@ elseif (APPLE)
|
||||||
set_target_properties(${TARGET_NAME} PROPERTIES INSTALL_RPATH "@executable_path/../Frameworks")
|
set_target_properties(${TARGET_NAME} PROPERTIES INSTALL_RPATH "@executable_path/../Frameworks")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (BUILD_SERVER)
|
install_beside_console()
|
||||||
install_beside_console()
|
|
||||||
endif ()
|
|
||||||
|
|
|
@ -23,6 +23,4 @@ elseif (UNIX AND NOT APPLE)
|
||||||
endif()
|
endif()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (BUILD_SERVER)
|
install_beside_console()
|
||||||
install_beside_console()
|
|
||||||
endif ()
|
|
||||||
|
|
Loading…
Reference in a new issue