Skip to content
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

Fix cmake install failing when install dir contains spaces, fix symlinks for shared libraries on DLL platforms #672

Merged
merged 3 commits into from
Feb 27, 2020

Conversation

SimonBoorer
Copy link
Contributor

This fixes the issue described in #646 when building the INSTALL project in Visual Studios 2017 by adding quotes to the install directory.

After fixing this I noticed the symlinks for the shared libraries were in the wrong directory, this is because for DLL platforms the DLL part of a shared libary is treated as a RUNTIME target instead of a LIBRARY target.

This is described in the cmake documentation here:
https://cmake.org/cmake/help/v3.0/command/install.html

After these changes building the INSTALL project worked as expected and no further quotes were needed.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Feb 26, 2020

CLA Check
The committers are authorized under a signed CLA.

…nks for shared libraries on DLL platforms

Signed-off-by: Simon Boorer <sboorer@ilm.com>
@cary-ilm cary-ilm added the Needs Discussion To be discussed in the technical steering committee label Feb 27, 2020
Copy link
Member

@cary-ilm cary-ilm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cary-ilm cary-ilm merged commit 6da250f into AcademySoftwareFoundation:master Feb 27, 2020
@cary-ilm cary-ilm added this to the v2.5.0 milestone Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Discussion To be discussed in the technical steering committee v2.5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants