-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Security issue notifications
If you discover a potential security issue in the AWS Encryption SDK we ask that you notify AWS Security via our vulnerability reporting page. Please do not create a public GitHub issue.
Problem:
The installation of the .cmake files is unusual (not for example the same as the aws-sdk-cpp ); it's more common to install the cmake config to lib/cmake/project/project-config.cmake and in this way it's easy to pick up and use in dependent projects. Changing this location I can see this being an issue to people who've already worked around this so you may well not want to do this but i bring it up as it would make my life easier.
Solution:
Change the installation directory (or maybe even do both for a while for backward compatibility) in InstallLogic.cmake from ${AWS_INSTALL_TARGET}/cmake
to cmake/${AWS_INSTALL_TARGET}
Out of scope:
Nothing