set(WINDOWS_BUILD ${MSVC}) if (WINDOWS_BUILD) # Set the location where CMake can find the installed libraries for the AWS SDK. string(REPLACE ";" "/aws-cpp-sdk-all;" SYSTEM_MODULE_PATH "${CMAKE_SYSTEM_PREFIX_PATH}/aws-cpp-sdk-all") list(APPEND CMAKE_PREFIX_PATH ${SYSTEM_MODULE...
(CMAKE_CXX_STANDARD11) # Use the MSVC variable to determineifthisis a Windows build.set(WINDOWS_BUILD ${MSVC})if(WINDOWS_BUILD) # Set the location where CMake can find the installed librariesforthe AWS SDK.string(REPLACE";""/aws-cpp-sdk-all;"SYSTEM_MODULE_PATH"${CMAKE_SYSTEM_PREFIX_...