summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/3rdparty/assimp/assimp.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/assimp/assimp.cmake b/src/3rdparty/assimp/assimp.cmake
index 36678cac0..affd2ef06 100644
--- a/src/3rdparty/assimp/assimp.cmake
+++ b/src/3rdparty/assimp/assimp.cmake
@@ -282,6 +282,7 @@ function(qt3d_extend_target_for_assimp target)
${assimpDir}/src/include
${assimpDir}/src/include/assimp/Compiler
${assimpDir}/unzip
+ NO_UNITY_BUILD
)
qt_internal_extend_target(${target} CONDITION CMAKE_BUILD_TYPE STREQUAL Debug AND (CMAKE_CROSSCOMPILING OR NOT QT_FEATURE_qt3d_system_assimp) AND (host_build OR NOT QT_FEATURE_qt3d_system_assimp)