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

Add CMake Options #74

Merged
merged 3 commits into from
Aug 4, 2024
Merged

Add CMake Options #74

merged 3 commits into from
Aug 4, 2024

Conversation

threeal
Copy link
Member

@threeal threeal commented Jul 30, 2024

This pull request resolves #73 by introducing the following CMake options:

  • MUSEN_BUILD_TESTS for building test targets, disabled by default, replacing the BUILD_TESTING option.
  • MUSEN_BUILD_EXAMPLES for building example targets, disabled by default.
  • MUSEN_ENABLE_INSTALL for enabling target installation, enabled by default if it is not a subproject.

It also bumps the minimum CMake version to 3.21 because of the introduction of the PROJECT_IS_TOP_LEVEL variable.

@threeal threeal added the enhancement New feature or request label Jul 30, 2024
@threeal threeal added this to the Version 1.2.0 milestone Jul 30, 2024
@threeal threeal self-assigned this Jul 30, 2024
@threeal threeal force-pushed the add-cmake-options branch 2 times, most recently from 628fdf0 to 182a6bf Compare July 31, 2024 15:33
@threeal threeal force-pushed the add-cmake-options branch from 182a6bf to 643756f Compare August 4, 2024 15:06
@threeal threeal force-pushed the add-cmake-options branch from 643756f to b121cbb Compare August 4, 2024 15:11
@threeal threeal merged commit 8dd27dd into master Aug 4, 2024
1 check passed
@threeal threeal deleted the add-cmake-options branch August 4, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add CMake Options
1 participant