Do not include binary examples excluded via d/copyright
authorAnton Gladky <gladk@debian.org>
Sat, 2 Mar 2019 09:42:57 +0000 (03:42 -0600)
committerKurt Kremitzki <kurt@kwk.systems>
Sat, 2 Mar 2019 09:42:57 +0000 (03:42 -0600)
Last-Update: 2018-06-10

Gbp-Pq: Name do_not_install_binary_examples.patch

CMakeLists.txt
data/CMakeLists.txt [deleted file]

index 1777273d8ffbfd0acb3d619e71763ec20ef55451..3fa4f78894744ca93f2c4801c04889d01296ed6c 100644 (file)
@@ -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 (file)
index fa8e5aa..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-add_subdirectory(examples)
-
-INSTALL(
-    FILES
-        License.txt
-    DESTINATION
-        ${CMAKE_INSTALL_DATADIR}
-)
-