mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
disable bundle fixup on Release build
This commit is contained in:
parent
97fa1412e2
commit
18f293b59b
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue