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
Currently, if you create a new out-of-tree build directory, run cmake then make check, the test will fail because the DSO's don't get built, requiring you to make then make check.
This is probably because of something I've missed / misconfigured in the CMakeList.txt files, but isn't obvious.
The text was updated successfully, but these errors were encountered:
Currently, if you create a new out-of-tree build directory, run
cmake
thenmake check
, the test will fail because the DSO's don't get built, requiring you tomake
thenmake check
.This is probably because of something I've missed / misconfigured in the
CMakeList.txt
files, but isn't obvious.The text was updated successfully, but these errors were encountered: