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

Disable recursing in tests directory if tests are disabled #10

Closed
wants to merge 1 commit into from

Conversation

dsarmany
Copy link

The CMakeLists.txt in the tests directory is trying to enable assertions even if the tests are disabled. This is done by trying to set properties of the test target, but since the tests are disabled, the test target is not created so the cmake generation step fails.

The CMakeLists.txt in the tests directory is trying to enable
assertions even if the tests are disabled. This is done by trying
to set properties of the test target, but since the tests are
disabled, the test target is not created so the cmake generation
step fails.
Copy link
Member

@pmaciel pmaciel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a hotfix, but there no consequences ;-)

@pmaciel pmaciel closed this Mar 23, 2023
@pmaciel pmaciel deleted the hotfix/1.16.4 branch March 23, 2023 14:52
@pmaciel
Copy link
Member

pmaciel commented Mar 28, 2023

Unfortunately, this is not fixing the issue at all -- it is disabling mir's testing altogether, which is a problem.

I'm testing/releasing a hotfix/1.16.5 to ensure this is correctly handled

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.

3 participants