Skip to content

Don't double-prefix the install directory#1341

Merged
achamayou merged 4 commits intomicrosoft:masterfrom
eddyashton:avoid_install_double_prefix
Jun 26, 2020
Merged

Don't double-prefix the install directory#1341
achamayou merged 4 commits intomicrosoft:masterfrom
eddyashton:avoid_install_double_prefix

Conversation

@eddyashton
Copy link
Member

Before:

$ cmake .. -UCMAKE_INSTALL_PREFIX
-- CCF version=ccf-0.11.1
-- CCF release version=0.11.1
-- CMAKE_INSTALL_PREFIX is '/opt/ccf/ccf-ccf-0.11.1'

After:

$ cmake .. -UCMAKE_INSTALL_PREFIX
-- CCF version=ccf-0.11.1-3-g99e8c55a
-- CCF release version=0.11.1
-- CMAKE_INSTALL_PREFIX is '/opt/ccf/ccf-0.11.1'

@eddyashton eddyashton requested a review from a team as a code owner June 26, 2020 08:55
@ghost
Copy link

ghost commented Jun 26, 2020

avoid_install_double_prefix@9969 aka 20200626.8 vs master ewma over 50 builds from 9415 to 9964
images

@achamayou achamayou merged commit f4def2f into microsoft:master Jun 26, 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.

3 participants