[CMake] Missing MS C/C++ Runtime Libs

Bill Hoffman bill.hoffman at kitware.com
Mon May 14 18:14:45 EDT 2007


Mike Jackson wrote:
> Really Posting to the list this time:
>
> So I have to run CPack on the paraview build? Does Paraview have the
> necessary CPack includes in its cmake files?
>
>
>>
>> >
>> It is not so simple anymore.   You can not just copy those libraries
>> anymore.
>> CPack provides a file that will do the right thing:
>>
>>  INCLUDE(InstallRequiredSystemLibraries)
>>
>> One note, only release builds can be easily moved from machine to 
>> machine.
>>
>> -Bill
No, we wrote that file for CPack, but that is part of CMake. 
The point is with 2005, there are side-by-side manifests.  The
INCLUDE above will do the right copy stuff for install.

-Bill






More information about the CMake mailing list