Skip to content

Commit

Permalink
fix(CppUnit): remove Foundation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Feb 14, 2024
1 parent 79d3647 commit b049263
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion CppUnit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ objects = CppUnitException TestDecorator TestResult TestSuite \

target = CppUnit
target_version = 1
target_libs = PocoFoundation

include $(POCO_BASE)/build/rules/lib
3 changes: 0 additions & 3 deletions CppUnit/cmake/CppUnitConfig.cmake

This file was deleted.

1 change: 0 additions & 1 deletion CppUnit/dependencies

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ all: libexecs tests samples
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
COMPONENTS = Foundation Encodings XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Data/PostgreSQL ActiveRecord ActiveRecord/Compiler Zip PageCompiler PageCompiler/File2Page JWT CppParser PDF MongoDB Redis Prometheus

cppunit: Foundation-libexec
cppunit:
$(MAKE) -C $(POCO_BASE)/CppUnit

CppUnit-clean:
Expand Down

0 comments on commit b049263

Please sign in to comment.