Skip to content

Add BUILD_TESTS_FMTLOG option to control building fmtlog tests #111

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

linoxoidunix
Copy link

  • Introduced a CMake option BUILD_TESTS_FMTLOG (default ON) to enable or disable building the test directory for fmtlog.
  • Wrapped add_subdirectory(test) inside a conditional based on BUILD_TESTS_FMTLOG.
  • Allows users to configure the build with -DBUILD_TESTS_FMTLOG=OFF to skip tests.

- Introduced a CMake option BUILD_TESTS_FMTLOG (default ON) to enable or disable
  building the test directory for fmtlog.
- Wrapped add_subdirectory(test) inside a conditional based on BUILD_TESTS_FMTLOG.
- Allows users to configure the build with -DBUILD_TESTS_FMTLOG=OFF to skip tests.
@linoxoidunix
Copy link
Author

accept

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.

1 participant