You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.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)
The text was updated successfully, but these errors were encountered: