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

Make install tests an standalone cmake application #3811

Closed
vicentebolea opened this issue Sep 18, 2023 · 0 comments · Fixed by #3906
Closed

Make install tests an standalone cmake application #3811

vicentebolea opened this issue Sep 18, 2023 · 0 comments · Fixed by #3906
Labels
area: build Build issues

Comments

@vicentebolea
Copy link
Collaborator

We want to change the testing/install/CMakeLists.txt so that it is its own standalone cmake project as opposed to being part of a cmake project.

          It will work at the level of testing/install at least, since these install tests run standalone via ctest. 

I tried it, adding the subdirs to one of these if blocks patched into testing/install/CMakeLists.txt. It works.
(need to set it up as if()... else() or else the existing custom tests fail).

Originally posted by @drew-parsons in #3795 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant