mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-04 06:15:41 +02:00
Remove catch_user_interfaces
It used to be a file that would collect interfaces we always wanted to provide to users, so that the single header stitching script would place them in the common part of the single header version. As v3 is moving to separate headers model, the file is no longer useful.
This commit is contained in:
@@ -118,7 +118,6 @@ set(INTERNAL_HEADERS
|
||||
${SOURCES_DIR}/catch_tostring.h
|
||||
${SOURCES_DIR}/catch_totals.h
|
||||
${SOURCES_DIR}/catch_uncaught_exceptions.h
|
||||
${SOURCES_DIR}/catch_user_interfaces.h
|
||||
${SOURCES_DIR}/catch_version.h
|
||||
${SOURCES_DIR}/catch_version_macros.hpp
|
||||
${SOURCES_DIR}/catch_wildcard_pattern.h
|
||||
|
Reference in New Issue
Block a user