summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>2021-01-13 14:11:28 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2021-01-13 14:11:28 +0100
commit01a4cec8b611d30fcf588faf21e17d7da56f99da (patch)
tree24222c24c147d578505cf31cf4df469d092bba7f
parent7add40c024e3db9618e407a37c91034d596d3343 (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
-)