mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 13:52:40 +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")
|
||||
endif()
|
||||
|
||||
if (BUILD_SERVER)
|
||||
install_beside_console()
|
||||
endif ()
|
||||
install_beside_console()
|
||||
|
|
|
@ -23,6 +23,4 @@ elseif (UNIX AND NOT APPLE)
|
|||
endif()
|
||||
endif ()
|
||||
|
||||
if (BUILD_SERVER)
|
||||
install_beside_console()
|
||||
endif ()
|
||||
install_beside_console()
|
||||
|
|
Loading…
Reference in a new issue