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
@jlconlin The current repository-level CMakeLists.txt file only allow the tests to be run if the repository is the top-level. I'll likely change that some day, but this was in line with the previous rendition.
Regarding the necessary update, every test's CMakeLists.txt file needs to be updated, not just a simple flag at the top-level. devtools will make doing this quite easy, fortunately.
This is an easy fix, the tests' CMakeLists.txt just need to be updated to use the same variables as the top-level CMakeLists.txt.
The text was updated successfully, but these errors were encountered: