Jean-Sébastien Guay wrote:
That seems to be a common problem right now, hopefully someone with more
CMake knowledge will be able to suggest a way to circumvent that. But it
seems (from some reports) that deleting your CMakeCache.txt (in your
build directory) would force the tests to be re-run.

Right, my point was that unless I explicitly specified -march=i686 in the CFLAGS (or CXXFLAGS, I forget which) environment variable, the test would fail every time I ran cmake or ccmake. Even if I changed the CFLAGS (or CXXFLAGS) inside of ccmake, the test wouldn't be run a second time to fix the problem, so I had to set the -march flag in the environment before running cmake or ccmake.

--"J"

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to