[CMake] CMake built with Apache stdcxx has problems?

Bill Hoffman bill.hoffman at kitware.com
Tue Apr 6 12:08:17 EDT 2010


Attila Nagy wrote:
> Hi Bill,
> 
> thanks for the quick response! :)
> 
> Here is the CMakeCache.txt:
> www.orl.szote.u-szeged.hu/~attila/CMakeCache-stdcxx.txt
> 
OK, it all seems to be this library causing the trouble: RemoteIO

The cache has errors because RemoteIO seems to have
QdecModule_LIB_DEPENDS:STATIC=general;LoadableModule;general;vtkTeem;general;vtkITK;general;FreeSurfer;general;Qdec;general;MRML;general;MRMLCLI;general;CommandIO;general;MRMLIDIO;general;MGHIO;general;IGT;general;RemoteIO
;general;SlicerBaseLogic
;general;SlicerBaseGUI
;general;SlicerBaseCLI

Which is consistent with the CMake warning you are getting:

   Target "AtlasCreator" links to item "RemoteIO

    " which has leading or trailing whitespace.


Can you post Slicer3Config.cmake from 
/ufsbckp/head-64-slicer/apache/Slicer3-build

I think that file is getting mis-configured.

-Bill


More information about the CMake mailing list