From a7cdb1637066e689f101c3d7df519712c68721ea Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Mon, 12 Mar 2018 10:34:37 +0100 Subject: [PATCH] Remove cxx_function from dep * This is no longer needed --- dep/CMakeLists.txt | 4 ---- dep/cxx_function/CMakeLists.txt | 5 ----- dep/cxx_function/cxx_function | 1 - test/unit-test/CMakeLists.txt | 1 - 4 files changed, 11 deletions(-) delete mode 100644 dep/cxx_function/CMakeLists.txt delete mode 160000 dep/cxx_function/cxx_function diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 5f5344b..e083170 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -7,10 +7,6 @@ if (CTI_CONTINUABLE_WITH_TESTS OR CTI_CONTINUABLE_WITH_EXAMPLES) add_subdirectory(googletest) endif() - if(NOT TARGET cxx_function) - add_subdirectory(cxx_function) - endif() - if(NOT TARGET asio) add_subdirectory(asio) endif() diff --git a/dep/cxx_function/CMakeLists.txt b/dep/cxx_function/CMakeLists.txt deleted file mode 100644 index bca663e..0000000 --- a/dep/cxx_function/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -add_library(cxx_function INTERFACE) - -target_include_directories(cxx_function - INTERFACE - "${CMAKE_CURRENT_LIST_DIR}") diff --git a/dep/cxx_function/cxx_function b/dep/cxx_function/cxx_function deleted file mode 160000 index c12ed6e..0000000 --- a/dep/cxx_function/cxx_function +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c12ed6e2da0c05ebc7bac30cdd260f152cb565a1 diff --git a/test/unit-test/CMakeLists.txt b/test/unit-test/CMakeLists.txt index d37562d..61e7c0d 100644 --- a/test/unit-test/CMakeLists.txt +++ b/test/unit-test/CMakeLists.txt @@ -9,7 +9,6 @@ target_include_directories(test-continuable-base target_link_libraries(test-continuable-base PUBLIC gtest-main - cxx_function continuable continuable-features-flags continuable-features-warnings