I am revisiting the FindMysqlCppConnector.cmake file now that I have other problems solved. What I cannot determine is how to tell cmake to tell me all the path combinations it used to search for the MySQL Connector/C++ header and library files. The script you gave is attached. I am getting the follow messages from it: CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find MysqlConnectorCpp (missing: MYSQLCONNECTORCPP_INCLUDE_DIR MYSQLCONNECTORCPP_LIBRARY) Call Stack (most recent call first): cmake/Modules/FindMysqlConnectorCpp.cmake:65 (find_package_handle_standard_args) CMakeLists.txt:31 (find_package) Configuring incomplete, errors occurred! Stephen
FindMysqlConnectorCpp.cmake
Description: FindMysqlConnectorCpp.cmake
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
