Multi-threaded (\MT) runtime library configuration #2012
-
I'm trying to build the AWS SDK C++ on windows with the multi-threaded (\MT) runtime library. The aws-cpp projects are correctly built with the \MT flag; however, the aws-c projects are built with multi-threaded DLL (\MD). I'm running the following cmake command: cmake ..\aws -DBUILD_SHARED_LIBS=OFF -DFORCE_SHARED_CRT=OFF -DSTATIC_CRT=ON -DBUILD_ONLY="s3;athena;transfer" It looks like those flags are not being inherited. I want all the projects to be built with the runtime library \MT configuration. Does anybody know how I can do it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry this wasn't addressed earlier. This does seem to be a bug, and we are looking into a solution. Marking this as answered and updates will be provided on the bug that you also opened |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Sorry this wasn't addressed earlier. This does seem to be a bug, and we are looking into a solution. Marking this as answered and updates will be provided on the bug that you also opened