From: Anton Gladky Date: Tue, 28 Feb 2023 01:17:57 +0000 (+0000) Subject: Do not include binary examples excluded via d/copyright X-Git-Tag: archive/raspbian/0.21.2+dfsg1-3+rpi1~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=20dfa315d86b96955bc266bdde93bd4f3c9ce80b;p=freecad.git Do not include binary examples excluded via d/copyright Last-Update: 2018-06-10 Gbp-Pq: Name do_not_install_binary_examples.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 929dccbb..a8b5a682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,6 @@ SetLibraryVersions() SetGlobalCompilerAndLinkerSettings() add_subdirectory(src) -add_subdirectory(data) BuildAndInstallDesignerPlugin() diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt deleted file mode 100644 index fa8e5aa3..00000000 --- a/data/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -add_subdirectory(examples) - -INSTALL( - FILES - License.txt - DESTINATION - ${CMAKE_INSTALL_DATADIR} -) -