Skip to content

Commit f67be40

Browse files
committed
Use main connector version also for the legacy connector.
1 parent 81f0bc9 commit f67be40

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

jdbc

jdbc.cmake

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ endif()
5151
include(boost)
5252
list(APPEND jdbc_cmake_opts -DBOOST_ROOT=${BOOST_ROOT})
5353

54+
#
55+
# Generate version info for legacy connector
56+
#
57+
58+
configure_file(
59+
"${PROJECT_SOURCE_DIR}/jdbc/VersionInfo.cmake.in"
60+
"${JDBC_DIR}/VersionInfo.cmake"
61+
@ONLY
62+
)
63+
5464
# Dirty trick to speed up cmake set up time.
5565

5666
file(

0 commit comments

Comments
 (0)