Skip to content

Commit b9332a5

Browse files
committed
Fix Building test framework pointing to connector installation and not building WITH connector
Change-Id: I6663986d39812e43c235fe5fcd9a56c448047fef
1 parent d9e011e commit b9332a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ SET_TARGET_PROPERTIES(test_framework PROPERTIES
8787
FOLDER "Tests/jdbc"
8888
)
8989

90-
target_link_libraries(test_framework PUBLIC Boost::boost)
90+
target_link_libraries(test_framework PUBLIC connector-jdbc)
9191

9292
MESSAGE(STATUS "Configuring tests framework lib")

0 commit comments

Comments
 (0)