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 113815/centos8 #1716

Merged
merged 4 commits into from
Sep 21, 2021
Merged

Boudrey/maya 113815/centos8 #1716

merged 4 commits into from
Sep 21, 2021

Conversation

boudrey
Copy link
Contributor

@boudrey boudrey commented Sep 21, 2021

No description provided.

Same problem as in Maya Maya-usd was not passing or not passing correctly "-D_GLIBCXX_USE_CXX11_ABI=0" to ExternalProject.

# Force the use of ABI version 0 on Linux.
# This is what Maya has been using for 2019...2023
if(UNIX AND NOT APPLE)
Copy link
Collaborator

Choose a reason for hiding this comment

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

We use a more modern cmake check:
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")

cmake/googletest_download.txt.in Show resolved Hide resolved
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.

All good thanks.

@boudrey boudrey added the ready-for-merge Development process is finished, PR is ready for merge label Sep 21, 2021
@kxl-adsk kxl-adsk merged commit 302eba0 into dev Sep 21, 2021
@kxl-adsk kxl-adsk deleted the boudrey/MAYA-113815/centos8 branch September 21, 2021 18: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