[Insight-developers] cableswig 3.0.0 and cmake cvs don't build with cmake 2.4.4 and 2.4.5

Bill Hoffman bill.hoffman at kitware.com
Tue Jan 9 10:39:06 EST 2007


Gaëtan Lehmann wrote:
>
>>
>
> Hi,
>
> cable swig builds but is not installed properly, even with cmake and 
> cable swig cvs.
> The .i files are not installed in the SWIGLib dir (and subdirs).
>
> Can you look at that ?
This seems to be a bug in CableSwig, and not cmake.  I tried with 2.4.4 
and it still did not work.
I found the problem....
1.4          (andy     26-Oct-06): FILE(GLOB __files1 
"${CMAKE_CURRENT_SOURCE_DIR}/*.i)
1.4          (andy     26-Oct-06): FILE(GLOB __files2 
"${CMAKE_CURRENT_SOURCE_DIR}/*.swg)

There are missing double quotes on those lines!
It should not work in any version of cmake....

-Bill





More information about the Insight-developers mailing list