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:
parent
70ec2f990f
commit
0c3e245ff3
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue