diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index ba8d83923..cbc2ccc67 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1572,17 +1572,17 @@ endif (LL_TESTS) # Don't do these for DARWIN or LINUX here -- they're taken care of by viewer_manifest.py if (WINDOWS) - get_target_property(BUILT_LLCOMMON llcommon LOCATION) - add_custom_command( - TARGET ${VIEWER_BINARY_NAME} POST_BUILD - COMMAND ${CMAKE_COMMAND} - ARGS - -E - copy_if_different - ${BUILT_LLCOMMON} - ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} - COMMENT "Copying llcommon.dll to the runtime folder." - ) + #~ get_target_property(BUILT_LLCOMMON llcommon LOCATION) + #~ add_custom_command( + #~ TARGET ${VIEWER_BINARY_NAME} POST_BUILD + #~ COMMAND ${CMAKE_COMMAND} + #~ ARGS + #~ -E + #~ copy_if_different + #~ ${BUILT_LLCOMMON} + #~ ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} + #~ COMMENT "Copying llcommon.dll to the runtime folder." + #~ ) get_target_property(BUILT_SLPLUGIN SLPlugin LOCATION) add_custom_command(