Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add CMake Function for Setting Up Latest Go #5

Merged
merged 3 commits into from
Apr 21, 2024
Merged

Conversation

threeal
Copy link
Owner

@threeal threeal commented Apr 19, 2024

This pull request resolves #4 by introducing the following changes:

  • Adding a new SetupGo.cmake module that contains a new setup_go function to set up the latest version of Go from a CMake project.
  • Adding a new test to test the setup_go function.
  • Setting the minimum required CMake version to 3.29 because it requires the if(IS_EXECUTABLE) function for the assertion.
  • Removing the sample MkdirRecursive.cmake module from this project.

@threeal threeal added this to the Version 1.0.0 milestone Apr 19, 2024
@threeal threeal self-assigned this Apr 19, 2024
@threeal threeal force-pushed the add-setup-go-function branch 2 times, most recently from a7bd8c8 to a395073 Compare April 19, 2024 15:51
@threeal threeal force-pushed the add-setup-go-function branch from a395073 to baebaaf Compare April 21, 2024 15:09
@threeal threeal marked this pull request as ready for review April 21, 2024 15:12
@threeal threeal merged commit 7632e00 into main Apr 21, 2024
2 checks passed
@threeal threeal deleted the add-setup-go-function branch April 21, 2024 15:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
Status: Harvested
Development

Successfully merging this pull request may close these issues.

Add CMake Function for Setting Up Latest Go
1 participant