This is causing open source build problems - cherrypicked DEV-29644 VWR-12587: Cmake install target has a hard coded secondlife-bin reference remaining

master
Brian McGroarty 2009-04-09 21:36:21 +00:00
parent 1aca3ff6f5
commit 518afb3ac5
2 changed files with 2 additions and 1 deletions

View File

@ -385,6 +385,7 @@ Renault Clio
Robin Cornelius
VWR-2488
VWR-9557
VWR-12587
Ryozu Kojima
VWR-53
VWR-287

View File

@ -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}
)