Skip to content

Commit 0d3cf3c

Browse files
committed
Fix try_jdbc includes
Change-Id: I013467844e2d4e9443d0df9296e3e0821df7d584
1 parent d6d5907 commit 0d3cf3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,10 @@ if(WITH_JDBC)
342342
# we use a copy of them placed inside the build tree.
343343

344344
target_include_directories(connector-jdbc
345-
PUBLIC "${PROJECT_BINARY_DIR}/jdbc/cppconn"
345+
PUBLIC "${PROJECT_BINARY_DIR}/include/jdbc"
346+
PUBLIC "${PROJECT_BINARY_DIR}/include/jdbc/cppconn"
346347
PUBLIC "${PROJECT_SOURCE_DIR}/include"
347-
PUBLIC "${PROJECT_BINARY_DIR}/jdbc/include/jdbc"
348+
348349
)
349350

350351
endif()

0 commit comments

Comments
 (0)