X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Dicts%2FCMakeLists.txt;h=e8650ae21aa47a69f77616045c24b73a79921095;hb=d4faf2fa2fcd6beba4ba8da5557b3841adfe36dd;hp=d89e386b5ae2741409ef9a4b0c916bad395c72a8;hpb=7b90a94638699fec1143d1928f6a6b6f3c769d54;p=gdcm.git diff --git a/Dicts/CMakeLists.txt b/Dicts/CMakeLists.txt index d89e386b..e8650ae2 100644 --- a/Dicts/CMakeLists.txt +++ b/Dicts/CMakeLists.txt @@ -1,3 +1,6 @@ +#----------------------------------------------------------------------------- +# DICOM dictionary stuff + #SET(dictsdir # ${GDCM_SOURCE_DIR}/gdcm #) @@ -11,6 +14,5 @@ # dicomV3.dic #) -#IF(UNIX) - INSTALL_FILES(${GDCM_DATA_DIR} FILES dicomV3.dic README) -#ENDIF(UNIX) \ No newline at end of file +# For now INSTALL doesn't work on Win32 +INSTALL_FILES(${GDCM_DATA_DIR} FILES dicomV3.dic README)