Browse Source

fix(CppUnit): remove Foundation dependency

Alex Fabijanic 2 years ago
parent
commit
5e5e9297a6
4 changed files with 1 additions and 6 deletions
  1. 0 1
      CppUnit/Makefile
  2. 0 3
      CppUnit/cmake/CppUnitConfig.cmake
  3. 0 1
      CppUnit/dependencies
  4. 1 1
      Makefile

+ 0 - 1
CppUnit/Makefile

@@ -11,6 +11,5 @@ objects = CppUnitException TestDecorator TestResult TestSuite \
 
 target         = CppUnit
 target_version = 1
-target_libs    = PocoFoundation
 
 include $(POCO_BASE)/build/rules/lib

+ 0 - 3
CppUnit/cmake/CppUnitConfig.cmake

@@ -1,3 +0,0 @@
-include(CMakeFindDependencyMacro)
-find_dependency(PocoFoundation)
-include("${CMAKE_CURRENT_LIST_DIR}/PocoDataTargets.cmake")

+ 0 - 1
CppUnit/dependencies

@@ -1 +0,0 @@
-Foundation

+ 1 - 1
Makefile

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