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 configure errors. #21

Merged
merged 3 commits into from
May 1, 2020

Conversation

csukuangfj
Copy link
Collaborator

ExternalProject_Add is replaced with FetchContent. Since FetchContent
is available only in CMake 3.11+, we've placed a copy of it in k2.

This should fix #20

@danpovey @qindazhu
please have a review.

csukuangfj added 2 commits May 1, 2020 09:47
ExternalProject_Add is replaced with FetchContent. Since FetchContent
is available only in CMake 3.11+, we've placed a copy of it
in k2.
@csukuangfj csukuangfj mentioned this pull request May 1, 2020
@csukuangfj
Copy link
Collaborator Author

The problem is fixed, so merging.

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.

Compile issue
1 participant