From: malaterre Date: Wed, 31 Aug 2005 17:53:21 +0000 (+0000) Subject: STYLE: typo X-Git-Tag: Version1.2.bp~150 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=440f46249796005c4d19670071349447dcdde2ea;p=gdcm.git STYLE: typo --- 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 "")