[Insight-users] FIND_PACKAGE(GDCM) not work
Luis Ibanez
luis.ibanez at kitware.com
Thu Nov 25 13:16:09 EST 2004
Hi Bear,
You don't need to use FIND_PACKAGE(GDCM) anymore.
GDCM is now integrated into ITK inthe Utilities
subdirectory. The only thing that you need to do
now is to enable "USE_GDCM" when you configure ITK.
Note that for this you should update your CVS checkout
of ITK.
You may want to remove other source/binary copies of
GDCM from your machine in order to avoid confusions.
Regards,
Luis
-----------
bear wrote:
> hi,
> I write a simple CMakeLists.txt to compile a program which uses itk's
> GDCM:
> PROJECT(readljpeg)
> FIND_PACKAGE(ITK)
> IF(ITK_FOUND)
> INCLUDE(${USE_ITK_FILE})
> ENDIF(ITK_FOUND)
> FIND_PACKAGE(GDCM)
> INCLUDE(${ITK_USE_FILE})
> INCLUDE_DIRECTORIES(${GDCM_INCLUDE_DIR})
> ADD_EXECUTABLE(readljpeg readljpeg.cxx)
> TARGET_LINK_LIBRARIES(readljpeg ITKCommon libITKIO)
> but cmake cannot generate Makefile with error:
>
> CMake Error: GDCM_DIR is not set. It must be set to the directory containing
> GDCMConfig.cmake in order to use GDCM.
>
> but I search the cvs itk tree. There is no GDCMConfig.cmake. Where is it?
>
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list