From: malaterre Date: Mon, 14 Feb 2005 20:01:46 +0000 (+0000) Subject: BUG: Couldnt find dicom3tools properly X-Git-Tag: Version1.2.bp~884 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=771319171883ad193ffcc1e8ce6d67da80114143;p=gdcm.git BUG: Couldnt find dicom3tools properly --- diff --git a/CMake/FindDicom3Tools.cmake b/CMake/FindDicom3Tools.cmake index 768d673e..d8176f4d 100644 --- a/CMake/FindDicom3Tools.cmake +++ b/CMake/FindDicom3Tools.cmake @@ -4,11 +4,22 @@ # DCIODVFY_EXECUTABLE - the full path to the dciodvfy # DCIODVFY_FOUND - If false, don't attempt to use dciodvfy +# dicom3tools are funny to build you'll need imake +# Anyway in order not to pollute your system, you can do an in-source build +# and install which should be clean enough: +# +# ./Configure +# imake -I./config -DInstallInTopDir +# make World +# make install (will copy in ./bin) +# +# then all you need to do is export an env var DICOM3TOOLS pointing to that dir + FIND_PROGRAM(DCIODVFY_EXECUTABLE dciodvfy "/tmp/" - "/tmp/dicom3tools_1.00.snapshot.20041227.graymax/appsrc/dcfile/" - "${DICOM3TOOLS}/bin" + "$ENV{DICOM3TOOLS}/bin" + "$ENV{DICOM3TOOLS}/bin/1.2.6.8." ) MARK_AS_ADVANCED(