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>
Thu, 22 Jun 2023 12:15:22 +0000 (13:15 +0100)
Forwarded: not-needed

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

CMakeLists.txt

index 632ece6768253966a8b978754ff84aa9c0e6f6c1..05c605dddcf2f6ece0353b0dd2b0338c1918e093 100644 (file)
@@ -671,10 +671,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