[CMake] problem with Xerces-C++ 2.7

Bill Hoffman bill.hoffman at kitware.com
Thu Mar 8 15:20:21 EST 2007


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





More information about the CMake mailing list