disable bundle fixup on Release build

This commit is contained in:
Stephen Birarda 2015-02-17 14:53:22 -08:00
parent 97fa1412e2
commit 18f293b59b

View file

@ -10,7 +10,7 @@
#
macro(COPY_DLLS_BESIDE_WINDOWS_EXECUTABLE)
if (WIN32)
if (WIN32 AND NOT CMAKE_BUILD_TYPE STREQUAL "Release")
# add a post-build command to copy DLLs beside the interface executable
add_custom_command(
TARGET ${TARGET_NAME}