Skip to content

Fix hardcoded paths in CCF install #950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 13, 2020

Conversation

jumaffre
Copy link
Contributor

Fix #948

This fixes two issues:

  • $<BUILD_INTERFACE:${EVERCRYPT_INC}> was used without " " for the ccf.enclave and ccf.host targets, which means that the CCF source directory got exported as an installed include directory.
  • The install prefix ${CMAKE_INSTALL_PREFIX} was hardcoded in the INSTALL_INTERFACE, which means that it was only possible to install CCF in one given location (/tmp/install-ccf, as per the CI Release build).

I will create v0.8.2 when this is merged.

@jumaffre jumaffre requested a review from a team as a code owner March 13, 2020 15:26
@ghost
Copy link

ghost commented Mar 13, 2020

fix_hardcoded_install@6015 aka 20200313.13 vs master ewma over 30 builds from 5691 to 6010
images

@jumaffre
Copy link
Contributor Author

It looks like the webhook for the CCF GitHub Pages Pipeline didn't work. I will merge this anyway as there is no documentation-related changes.

@jumaffre jumaffre merged commit aee15c6 into microsoft:master Mar 13, 2020
eddyashton pushed a commit to eddyashton/CCF that referenced this pull request Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CCF install should be relocatable
2 participants