nanodbc - CMakeLists.txt - Provide a helpful message to the developer to indicate the two odbc options to install if neither is found

This commit is contained in:
Chris Morgan 2023-01-18 20:46:51 -05:00 committed by Ian McInerney
parent 70ec2f990f
commit 0c3e245ff3
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if(UNIX)
endif()
if(NOT ODBC_CONFIG)
message(FATAL_ERROR "can not find a suitable odbc driver manager")
message(FATAL_ERROR "can not find a suitable odbc driver manager. Please install either 'unixODBC' or 'iODBC'.")
endif()
message(STATUS "ODBC compile flags: ${ODBC_CFLAGS}")