summaryrefslogtreecommitdiff
path: root/cmake_include
diff options
context:
space:
mode:
Diffstat (limited to 'cmake_include')
-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
-)