Skip to content

Commit

Permalink
C/C submodule has been updated to v3.3.7 release tag
Browse files Browse the repository at this point in the history
Plus small fix in the main cmake file
  • Loading branch information
lawrinn committed Sep 19, 2023
1 parent 0be3743 commit 77102f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -380,9 +380,9 @@ CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/mariadb-odbc-driver.def.in
IF(MARIADB_LINK_DYNAMIC)# OR USE_SYSTEM_INSTALLED_LIB)
IF(USE_SYSTEM_INSTALLED_LIB)
FIND_LIBRARY(CCLIB libmariadb.so)
IF (CCLIB-NOTFOUND)
IF (${CCLIB} STREQUAL "CCLIB-NOTFOUND")
# It won't be found by linker either unless user does some magic before build, so we actually could stop here with error
MESSAGE(STATUS "C/C library has not bee found")
MESSAGE(STATUS "C/C library has not been found")
SET(MARIADB_CLIENT_TARGET_NAME mariadb)
ELSE()
MESSAGE(STATUS "C/C library found here ${CCLIB}")
Expand Down
2 changes: 1 addition & 1 deletion libmariadb

0 comments on commit 77102f7

Please sign in to comment.