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

updates cmake to use json from source github #1010

Closed
wants to merge 2 commits into from
Closed

updates cmake to use json from source github #1010

wants to merge 2 commits into from

Conversation

rdaly525
Copy link
Owner

@rdaly525 rdaly525 commented May 10, 2021

fixes #971 and hopefully #1009

@rdaly525 rdaly525 requested a review from rsetaluri May 10, 2021 17:25
if (STATIC)
add_library(coreir STATIC ${SRC_FILES})
else()
add_library(coreir SHARED ${SRC_FILES})
endif()


include(FetchContent)
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@rdaly525
Copy link
Owner Author

Travis defaults to an old version of cmake. Need > 3.20

@rdaly525
Copy link
Owner Author

The linked json repo has not been updates recently so it cannot be used. Closing this for now in favor of #1011

@rdaly525 rdaly525 closed this May 12, 2021
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.

Update JSON for Modern C++
2 participants