This is causing open source build problems - cherrypicked DEV-29644 VWR-12587: Cmake install target has a hard coded secondlife-bin reference remaining
parent
1aca3ff6f5
commit
518afb3ac5
|
|
@ -385,6 +385,7 @@ Renault Clio
|
|||
Robin Cornelius
|
||||
VWR-2488
|
||||
VWR-9557
|
||||
VWR-12587
|
||||
Ryozu Kojima
|
||||
VWR-53
|
||||
VWR-287
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/secondlife-bin
|
||||
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${VIEWER_BINARY_NAME}
|
||||
DESTINATION ${APP_BINARY_DIR}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue