Disabled llcommon.dll copying build step as it's now being linked statically.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user