mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 14:41:36 +02:00
also call fixup_bundle for release builds on win
This commit is contained in:
parent
87ce55cc42
commit
71dd443ae2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
|
||||
macro(COPY_DLLS_BESIDE_WINDOWS_EXECUTABLE)
|
||||
if (WIN32 AND NOT UPPER_CMAKE_BUILD_TYPE MATCHES RELEASE)
|
||||
if (WIN32)
|
||||
|
||||
configure_file(
|
||||
${HIFI_CMAKE_DIR}/templates/FixupBundlePostBuild.cmake.in
|
||||
|
|
Loading…
Reference in a new issue