From 5aaee60665d694d3fef70c95a6b064e70cee26bf Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 24 Oct 2005 15:58:35 +0000 Subject: [PATCH] ENH: Rebuild lib when file change --- src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt b/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt index f2748dd4..43d01117 100644 --- a/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt +++ b/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt @@ -1,3 +1,4 @@ +INCLUDE_REGULAR_EXPRESSION("^.*$") # Create the lib SET(openjpeg_SRCS bio.c @@ -20,7 +21,7 @@ SET(openjpeg_SRCS ) ADD_LIBRARY(gdcmopenjpeg ${openjpeg_SRCS}) -## $Id: CMakeLists.txt,v 1.2 2005/10/24 15:39:38 malaterre Exp $ +## $Id: CMakeLists.txt,v 1.3 2005/10/24 15:58:35 malaterre Exp $ ## ## makefile for OpenJPEG library # -- 2.48.1