From: malaterre Date: Mon, 24 Oct 2005 15:39:38 +0000 (+0000) Subject: BUG: Proper name (gdcm namespace avoid pollution) X-Git-Tag: OpenJPEG.Version1.2~211 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4b12a00dc4f23ecd2df349051b54eff9ecef3247;p=gdcm.git BUG: Proper name (gdcm namespace avoid pollution) --- diff --git a/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt b/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt index 055edab5..f2748dd4 100644 --- a/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt +++ b/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt @@ -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 #