Remove cxx_function from dep

* This is no longer needed
This commit is contained in:
Denis Blank 2018-03-12 10:34:37 +01:00
parent 05727b0ee6
commit a7cdb16370
4 changed files with 0 additions and 11 deletions

View File

@ -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()

View File

@ -1,5 +0,0 @@
add_library(cxx_function INTERFACE)
target_include_directories(cxx_function
INTERFACE
"${CMAKE_CURRENT_LIST_DIR}")

@ -1 +0,0 @@
Subproject commit c12ed6e2da0c05ebc7bac30cdd260f152cb565a1

View File

@ -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