Clarifications

This commit is contained in:
Alexey Milovidov 2023-11-25 19:20:47 +01:00
parent 6d4af13f91
commit 9621c519e1

View File

@ -1,7 +1,7 @@
option (ENABLE_ODBC "Enable ODBC library" ${ENABLE_LIBRARIES}) option (ENABLE_ODBC "Enable ODBC library" ${ENABLE_LIBRARIES})
if (NOT OS_LINUX) if (NOT OS_LINUX OR USE_MUSL)
if (ENABLE_ODBC) if (ENABLE_ODBC)
message(STATUS "ODBC is only supported on Linux") message(STATUS "ODBC is only supported on Linux with dynamic linking")
endif() endif()
set (ENABLE_ODBC OFF CACHE INTERNAL "") set (ENABLE_ODBC OFF CACHE INTERNAL "")
endif () endif ()