Tristan Carel wrote:
If you still have troubles, could you please submit the compilation log with the variable CMAKE_VERBOSE_MAKEFILE set to true? $ cmake -DCMAKE_VERBOSE_MAKEFILE=true $ make # thx
Not really related to this thread but I have seen this more than once in the past two days. You can do: make VERBOSE=1 Instead of re-running cmake with -DCMAKE_VERBOSE_MAKEFILE=true if you like. -Bill _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
