Do not overwrite debianized ImportExecutables
authorTimo Röhling <roehling@debian.org>
Thu, 22 Jun 2023 08:57:51 +0000 (10:57 +0200)
committerTimo Röhling <roehling@debian.org>
Fri, 17 May 2024 16:12:19 +0000 (18:12 +0200)
Forwarded: not-needed

Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch

CMakeLists.txt

index 8de76e39504a35d7c2e2ba8246574d2609e3ddd9..69772d2b3166c61398a516d308baf9994b182a7f 100644 (file)
@@ -673,10 +673,6 @@ if (IS_HOST_PLATFORM)
     add_subdirectory(${TOOLS}/specular-color)
 endif()
 
-# Generate exported executables for cross-compiled builds (Android, WebGL, and iOS)
-if (NOT CMAKE_CROSSCOMPILING)
-    export(TARGETS matc cmgen filamesh mipgen resgen glslminifier FILE ${IMPORT_EXECUTABLES})
-endif()
 
 include(CMakePackageConfigHelpers)
 configure_package_config_file(debian/cmake/package-config.cmake.in filamentConfig.cmake