[CMake] How to create a 64-bit Windows build of cmake?
Bill Hoffman
bill.hoffman at kitware.com
Tue Aug 2 10:49:29 EDT 2011
On 8/2/2011 9:42 AM, David Cole wrote:
> Try commenting out the one line that causes problems, then back up
> from there, either commenting chunks out or adjusting CMake options
> until those commands are not loaded.
>
That said, if CMake is built with the same options as you are building
VTK with, then it should work. The trick is to make sure the compiler
options are exactly the same (Debug to Debug, Release to Release, 64 bit
to 64 bit). CMake will be compiling the plugin using the c++/c flags
for VTK. Then loading that plugin into CMake.
-Bill
More information about the CMake
mailing list