]> Creatis software - gdcm.git/commitdiff
BUG: Proper name (gdcm namespace avoid pollution)
authormalaterre <malaterre>
Mon, 24 Oct 2005 15:39:38 +0000 (15:39 +0000)
committermalaterre <malaterre>
Mon, 24 Oct 2005 15:39:38 +0000 (15:39 +0000)
src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt

index 055edab507f570887c2487b91796db37037bd8ca..f2748dd4fb3eb4084602f6803f65cf07621ef505 100644 (file)
@@ -18,9 +18,9 @@ SET(openjpeg_SRCS
   jpt.c
   jp2.c
 )
-ADD_LIBRARY(openjpeg ${openjpeg_SRCS})
+ADD_LIBRARY(gdcmopenjpeg ${openjpeg_SRCS})
 
-## $Id: CMakeLists.txt,v 1.1 2005/10/24 15:34:56 malaterre Exp $
+## $Id: CMakeLists.txt,v 1.2 2005/10/24 15:39:38 malaterre Exp $
 ##
 ## makefile for OpenJPEG library
 #