Windows 7 x64 で CMake 2.8.10.2 を使用して MySQL Connector/C 6.0.2 用の Visual Studio 2010 ビルド ファイルを生成しようとすると、次の 2 つのエラーが発生します。
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CPack.cmake:395 (message):
CPack package description file: "README" could not be found.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CPack.cmake:399 (cpack_check_file_exists)
CMakeLists.txt:371 (INCLUDE)
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CPack.cmake:395 (message):
CPack license resource file: "LICENSE.mysql" could not be found.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CPack.cmake:400 (cpack_check_file_exists)
CMakeLists.txt:371 (INCLUDE)
問題はCPackにあるように見えますが、ここで何が問題なのかはわかりません...