Skip to content

Commit 0b68e71

Browse files
committed
Fix OSX UT builds
1 parent c670b95 commit 0b68e71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/framework/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,6 @@ SET_TARGET_PROPERTIES(test_framework PROPERTIES
8585
LINK_FLAGS "${MYSQLCPPCONN_LINK_FLAGS_ENV}"
8686
COMPILE_FLAGS "${MYSQLCPPCONN_COMPILE_FLAGS_ENV}")
8787

88+
target_link_libraries(test_framework PUBLIC Boost::boost)
89+
8890
MESSAGE(STATUS "Configuring tests framework lib")

0 commit comments

Comments
 (0)