Skip to content

Add QCORO_BUILD_TESTING to allow overriding BUILD_TESTING#236

Merged
danvratil merged 1 commit intomainfrom
233-rename-build_testing-to-qcoro_build_testing
Aug 23, 2024
Merged

Add QCORO_BUILD_TESTING to allow overriding BUILD_TESTING#236
danvratil merged 1 commit intomainfrom
233-rename-build_testing-to-qcoro_build_testing

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
@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