Skip to content

Commit 6d3dfc5

Browse files
authored
Merge pull request #53 from florsap/fix-link
Remove wrongly added linking of odbc
2 parents 63267da + 88d9a86 commit 6d3dfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odbc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TARGET_COMPILE_DEFINITIONS(odbccpp_static
5959

6060
TARGET_LINK_LIBRARIES(odbccpp_static
6161
PUBLIC
62-
${ODBC_TARGET}
62+
ODBC::ODBC
6363
)
6464

6565
SET_PROPERTY(TARGET odbccpp_static PROPERTY POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)