From 440f46249796005c4d19670071349447dcdde2ea Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 31 Aug 2005 17:53:21 +0000 Subject: [PATCH] STYLE: typo --- gdcmPython/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdcmPython/CMakeLists.txt b/gdcmPython/CMakeLists.txt index 20d5f4c3..5c0f1ce6 100644 --- a/gdcmPython/CMakeLists.txt +++ b/gdcmPython/CMakeLists.txt @@ -29,7 +29,7 @@ SWIG_LINK_LIBRARIES(gdcm gdcm ${PYTHON_LIBRARIES}) # Get rid of -Wall / -W / -pedantic if exist SET(CMAKE_CXX_FLAGS "") -# I guess I need to put them back on the this file: +# I guess I need to put them back on this file: SET_SOURCE_FILES_PROPERTIES( ${swig_generated_file_fullname} PROPERTIES COMPILE_FLAGS "") -- 2.45.1