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

Boudrey/maya 114428/mayapy #1787

Merged
merged 7 commits into from
Oct 28, 2021
Merged

Boudrey/maya 114428/mayapy #1787

merged 7 commits into from
Oct 28, 2021

Conversation

boudrey
Copy link
Contributor

@boudrey boudrey commented Oct 27, 2021

No description provided.

@@ -61,7 +61,7 @@ set(CMAKE_MODULE_PATH
)

# Use RUNPATH instead of RPATH for all shared libs, executables and modules on Linux
if(IS_LINUX)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure it ever worked, but it was a good intention and didn't seems to affect the build.

Copy link
Collaborator

Choose a reason for hiding this comment

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

It probably didn't. The var "IS_LINUX" is set from utils.cmake which isn't included until line 99 below.

I guess that many previous hacks could be removed now.
Copy link
Collaborator

@seando-adsk seando-adsk left a comment

Choose a reason for hiding this comment

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

Everything looks good to me. Thanks for catching that IS_LINUX problem.

@@ -61,7 +61,7 @@ set(CMAKE_MODULE_PATH
)

# Use RUNPATH instead of RPATH for all shared libs, executables and modules on Linux
if(IS_LINUX)
Copy link
Collaborator

Choose a reason for hiding this comment

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

It probably didn't. The var "IS_LINUX" is set from utils.cmake which isn't included until line 99 below.

@boudrey boudrey added the ready-for-merge Development process is finished, PR is ready for merge label Oct 28, 2021
@kxl-adsk kxl-adsk merged commit 712e3f1 into dev Oct 28, 2021
@kxl-adsk kxl-adsk deleted the boudrey/MAYA-114428/mayapy branch October 28, 2021 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants