<div>If I build with VTK_USE_ODBC=ON but do not have ODBC on the system, the CMake variables appear as:</div><div><br></div><div> ODBC_INCLUDE_DIRECTORIES         ODBC_INCLUDE_DIRECTORIES-NOTFOUND                                                           </div>
<div> ODBC_LIBRARY                     ODBC_LIBRARY-NOTFOUND </div><div><br></div><div>but it lets me generate anyway. Of course then there are build errors. I thought the FIND_PACKAGE( ODBC REQUIRED ) in IO/CMakeLists.txt was supposed to stop this at configure time?</div>