Skip to content

Commit

Permalink
Fix accident change
Browse files Browse the repository at this point in the history
  • Loading branch information
alesapin committed Oct 2, 2024
1 parent 7fd05c6 commit 9b1d121
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/nanodbc-cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ if (OS_DARWIN OR OS_LINIX)
add_library(_nanodbc ${SRCS})
target_link_libraries(_nanodbc PUBLIC ch_contrib::unixodbc)
target_include_directories(_nanodbc SYSTEM PUBLIC "${LIBRARY_DIR}/")
add_library(ch_contr
ib::nanodbc ALIAS _nanodbc)
add_library(ch_contrib::nanodbc ALIAS _nanodbc)
elseif (OS_WINDOWS)
set (LIBRARY_DIR "${CMAKE_SOURCE_DIR}/contrib/nanodbc")
set (SRCS
Expand Down

0 comments on commit 9b1d121

Please sign in to comment.