mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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
2
thirdparty/nanodbc/CMakeLists.txt
vendored
2
thirdparty/nanodbc/CMakeLists.txt
vendored
@ -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…
x
Reference in New Issue
Block a user