summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>2021-09-09 17:19:46 +0200
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2021-09-09 17:19:46 +0200
commit2cab5df7522d202bbf4be805ba6b772dbf6a5716 (patch)
tree8a1535013f70511d67154d310ae3091ecfb078df
parentcb198f3aa7b1bf2722704e4202dc848e0292c807 (diff)
Drop dependencies on included 3rd-party libs
Origin: Debian Forwarded: not-needed Last-Update: 2016-10-26 upstream includes git-submodules for Catch and ASIO (not found in the tarball). on Debian we want to use the system provided libraries. Last-Update: 2016-10-26 Gbp-Pq: Name DEBIAN_system_libraries.patch
-rw-r--r--cmake_include/AsioStandaloneConfig.cmake4
-rw-r--r--cmake_include/CatchConfig.cmake4
2 files changed, 0 insertions, 8 deletions
diff --git a/cmake_include/AsioStandaloneConfig.cmake b/cmake_include/AsioStandaloneConfig.cmake
index 66b4d53..9cc5ec3 100644
--- a/cmake_include/AsioStandaloneConfig.cmake
+++ b/cmake_include/AsioStandaloneConfig.cmake
@@ -1,6 +1,2 @@
add_library(AsioStandalone::AsioStandalone IMPORTED INTERFACE)
-set_property(TARGET AsioStandalone::AsioStandalone APPEND PROPERTY
- INTERFACE_INCLUDE_DIRECTORIES
- ${CMAKE_CURRENT_LIST_DIR}/../modules/asio-standalone/asio/include
-)
diff --git a/cmake_include/CatchConfig.cmake b/cmake_include/CatchConfig.cmake
index 19d96b8..d3c8cd1 100644
--- a/cmake_include/CatchConfig.cmake
+++ b/cmake_include/CatchConfig.cmake
@@ -1,6 +1,2 @@
add_library(Catch::Catch IMPORTED INTERFACE)
-set_property(TARGET Catch::Catch APPEND PROPERTY
- INTERFACE_INCLUDE_DIRECTORIES
- ${CMAKE_SOURCE_DIR}/third_party/catch
-)