8000 Add QCORO_BUILD_TESTING to allow overriding BUILD_TESTING by danvratil · Pull Request #236 · qcoro/qcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add QCORO_BUILD_TESTING to allow overriding BUILD_TESTING #236

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

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

danvratil
Copy link
Collaborator

This is useful mostly in larger projects where QCoro is included as a submodule and added using add_subdirectory. Setting this variable allows to disable building QCoro tests, while keeping BUILD_TESTING set to ON, so that the main project's test get built and run.

Fixed #233

This is useful mostly in larger projects where QCoro is included as a submodule
and added using add_subdirectory. Setting this variable allows to disable building
QCoro tests, while keeping BUILD_TESTING set to ON, so that the main project's
test get built and run.

Fixed #233
@danvratil danvratil force-pushed the 233-rename-build_testing-to-qcoro_build_testing branch from 1135fd5 to 824b9fa Compare August 23, 2024 09:43
@danvratil danvratil merged commit 45d32c0 into main Aug 23, 2024
48 checks passed
@danvratil danvratil deleted the 233-rename-build_testing-to-qcoro_build_testing branch August 23, 2024 09:59
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.

Rename BUILD_TESTING to QCORO_BUILD_TESTING
1 participant
0