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.
Currently, if you create a new out-of-tree build directory, run
cmakethenmake check, the test will fail because the DSO's don't get built, requiring you tomakethenmake check.This is probably because of something I've missed / misconfigured in the
CMakeList.txtfiles, but isn't obvious.