From: Anton Gladky Date: Sat, 2 Mar 2019 09:42:57 +0000 (-0600) Subject: Do not include binary examples excluded via d/copyright X-Git-Tag: archive/raspbian/0.21.2+dfsg1-3+rpi1~2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1269671e91d600bbc11b2810e1adfd873e2e934;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 1777273d..3fa4f788 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1180,7 +1180,6 @@ ENDIF(MINGW) # "(${CMAKE_SOURCE_DIR}). Please choose another build directory!") #elseif() add_subdirectory(src) -add_subdirectory(data) #endif() # ================================================================================ 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} -) -