cmake - Errors after trying to compile Amazon AWS C++ SDK -
i'm trying build amazon's c++ aws sdk g++ under 64 bit cygwin running on windows 8. when call cmake
build directory so:
cmake c:\users\path\aws-sdk-cpp-master
i following error:
you have called add_library library aws-cpp-sdk-core without source files. typically indicates problem cmakelists.txt file have called add_library library testing-resources without source files. typically indicates problem cmakelists. txt file have called add_library library aws-cpp-sdk-dynamodb without source files. typically indicates problem cmakelis ts.txt file have called add_library library aws-cpp-sdk-cognito-identity without source files. typically indicates problem cmakelists.txt file have called add_library library aws-cpp-sdk-identity-management without source files. typically indicates problem yo ur cmakelists.txt file errors folders in directory cut them out. cmake error @ c:/users/path/aws-sdk-cpp-master/aws-cpp-sdk-core-tests/cmakelists.txt:59 (add_executable): add_executable called incorrect number of arguments cmake error @ c:/users/path/aws-sdk-cpp-master/aws-cpp-sdk-core-tests/cmakelists.txt:60 (target_link_librarie s): cannot specify link libraries target "runcoreunittests" not built project.
i'm not familiar cmake
, appreciate solving this.
Comments
Post a Comment