[Insight-developers] cmake warning when compiling against installed ITK (release branch)

Brad King brad.king at kitware.com
Fri Sep 23 12:11:11 EDT 2011


On 9/23/2011 11:15 AM, Casey Goodlett wrote:
> I believe the change 2874f24ff08fa0aa50a2a67bae1dce3143e0be3d to the release branch has introduced build warnings for me when building against an installed version of ITK release.  Should the following be changed?
>
> IF(@ITK_USE_REVIEW@)
>     SET(ITK_LIBRARIES ${ITK_LIBRARIES} ITKQuadEdgeMesh)
> ENDIF(@ITK_USE_REVIEW@)
>
> to
>
> IF("@ITK_USE_REVIEW@")
>     SET(ITK_LIBRARIES ${ITK_LIBRARIES} ITKQuadEdgeMesh)
> ENDIF("@ITK_USE_REVIEW@")

Yes.  Please submit a Gerrit review topic started from the release branch
to fix this.

Thanks,
-Brad


More information about the Insight-developers mailing list