Skip to content

Commit

Permalink
fix(SQLParser): remove leftover unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Feb 14, 2024
1 parent b049263 commit a3ced88
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions ActiveRecord/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ target_include_directories(ActiveRecord
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Data/SQLParser
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Data/SQLParser/src
)

POCO_INSTALL(ActiveRecord)
Expand Down
4 changes: 0 additions & 4 deletions Data/MySQL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ objects = Binder Extractor SessionImpl Connector \
MySQLStatementImpl ResultMetadata MySQLException \
SessionHandle StatementExecutor Utility

ifndef POCO_DATA_NO_SQL_PARSER
target_includes += $(POCO_BASE)/Data/SQLParser $(POCO_BASE)/Data/SQLParser/src
endif

target = PocoDataMySQL
target_version = $(LIBVERSION)
target_libs = PocoData PocoFoundation
Expand Down
3 changes: 0 additions & 3 deletions Data/ODBC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ objects = Binder ConnectionHandle Connector EnvironmentHandle \
Parameter Preparator SessionImpl TypeInfo Unicode Utility

target_includes = $(POCO_BASE)/Data/testsuite/include
ifndef POCO_DATA_NO_SQL_PARSER
target_includes += $(POCO_BASE)/Data/SQLParser $(POCO_BASE)/Data/SQLParser/src
endif

target = PocoDataODBC
target_version = $(LIBVERSION)
Expand Down
4 changes: 0 additions & 4 deletions Data/PostgreSQL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ objects = Extractor BinaryExtractor Binder SessionImpl Connector \


target_includes = $(POCO_BASE)/Data/testsuite/include
ifndef POCO_DATA_NO_SQL_PARSER
target_includes += $(POCO_BASE)/Data/SQLParser $(POCO_BASE)/Data/SQLParser/src
endif


target = PocoDataPostgreSQL
target_version = $(LIBVERSION)
Expand Down

0 comments on commit a3ced88

Please sign in to comment.