Changeset: ae3f7a0f8f8e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ae3f7a0f8f8e Modified Files: clients/odbc/driver/CMakeLists.txt Branch: Oct2020 Log Message:
add ODBC::ODBC to make sure the include of mapi.h finds our mapi.h and not the windows one. diffs (13 lines): diff --git a/clients/odbc/driver/CMakeLists.txt b/clients/odbc/driver/CMakeLists.txt --- a/clients/odbc/driver/CMakeLists.txt +++ b/clients/odbc/driver/CMakeLists.txt @@ -120,7 +120,8 @@ target_link_libraries(MonetODBC PRIVATE monetdb_config_header mutils - mapi) + mapi + ODBC::ODBC) install(TARGETS MonetODBC _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list