Change CMakeLists.txt to make it easier to import the library from other projects#49
Merged
vidalt merged 5 commits intovidalt:mainfrom Mar 26, 2025
mdealencar:main
Merged
Change CMakeLists.txt to make it easier to import the library from other projects#49vidalt merged 5 commits intovidalt:mainfrom mdealencar:main
vidalt merged 5 commits intovidalt:mainfrom
mdealencar:main
Conversation
… cmake parent project
… cmake parent project (top-level CMakeLists.txt)
…FetchContent (CMakeLists.txt)
Owner
|
Thanks a lot for facilitating the compatibility and use of this project! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is motivated by issue chkwon/PyHygese#30. There is a quick-fix PR in chkwon/PyHygese#31, but a more robust fix needs the changes proposed here to HGS-CVRP's build recipe.
The corresponding PR to PyHygese is chkwon/PyHygese#32 (which will be updated to the official HGS-CVRP repo if this PR is merged).
The changes proposed here should produce the same output as previously, with the advantage of not compiling two times the library objects.