[Insight-developers] Re: problem with cableswig when sources are
removed
Brad King
brad.king at kitware.com
Wed Dec 7 13:45:27 EST 2005
Gaetan Lehmann wrote:
>> It is supposed to look in the install location for the SWIG/Lib
>> directory.
>
> SWIG/Lib ?
> I have a SWIGLib dir, but no SWIG/Lib
> /usr/lib/CableSwig/SWIGLib/
That was a typo. I meant SWIGLib.
>> #cmakedefine SWIG_LIB_INSTALL "@SWIG_LIB_INSTALL@"
> it is not defined.
> I try to force it with cmake
It should have been defined by SWIG/CMakeLists.txt at the bottom:
# Install support library.
SET(SWIG_LIB_INSTALL
${CMAKE_INSTALL_PREFIX}${CableSwig_INSTALL_ROOT}/lib/CableSwig/SWIGLib)
SUBDIRS(Lib)
-Brad
More information about the Insight-developers
mailing list