Skip to content

Commit

Permalink
Revert "Update poco.mk"
Browse files Browse the repository at this point in the history
This reverts commit 41467fc.
  • Loading branch information
raphaelscholle committed Oct 15, 2024
1 parent 41467fc commit 23ac5df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions external/updates/poco.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ define POCO_VERBOSE_MSG
@echo "***************************************************************************"
endef

# Only include Foundation and Net, exclude everything else
POCO_OMIT = \
PageCompiler \
Data \
Data/ODBC \
Data/MySQL \
Data/SQLite \
Data/PostgreSQL \
JSON \
JWT \
MongoDB \
PDF \
Prometheus \
Redis \
Util \
XML \
Zip

# Always include Foundation and Net components
POCO_CONF_OPTS += --minimal
$(info [INFO] Poco Foundation and Net components included)
Expand Down

0 comments on commit 23ac5df

Please sign in to comment.