From: Timo Röhling Date: Thu, 22 Jun 2023 08:57:51 +0000 (+0200) Subject: Do not overwrite debianized ImportExecutables X-Git-Tag: archive/raspbian/1.9.25+dfsg2-12+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6ad07713d0de74f7cdc9c93233be241b019c0aef;p=filament.git Do not overwrite debianized ImportExecutables Forwarded: not-needed Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 632ece6..05c605d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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