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

Reset flag after testing compiler #1929

Merged
merged 2 commits into from
Aug 20, 2019
Merged

Reset flag after testing compiler #1929

merged 2 commits into from
Aug 20, 2019

Conversation

jmjatlanta
Copy link
Contributor

@jmjatlanta jmjatlanta commented Aug 16, 2019

cmake fails on macOS due to unable to find pthread.h. This is caused by previous tests adjusting CMAKE_REQUIRED_FLAGS and not resetting them. This change resets CMAKE_REQUIRED_FLAGS after the tests complete.

NOTE: There is a "sister" change in fc. See bitshares/bitshares-fc#149

As this change affects positioning in libraries, testing configurations that use shared libraries is important.

@jmjatlanta jmjatlanta requested a review from pmconrad August 16, 2019 20:23
@abitmore abitmore added this to the 4.1.0 - Feature Release milestone Aug 16, 2019
CMakeLists.txt Outdated Show resolved Hide resolved
Copy link
Contributor

@pmconrad pmconrad left a comment

Choose a reason for hiding this comment

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

Thanks!

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