From 4b12a00dc4f23ecd2df349051b54eff9ecef3247 Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 24 Oct 2005 15:39:38 +0000 Subject: [PATCH] BUG: Proper name (gdcm namespace avoid pollution) --- src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # -- 2.48.1