[cmake-commits] alex committed FindGettext.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Feb 25 19:23:01 EST 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv14527

Modified Files:
	FindGettext.cmake 
Log Message:
BUG: fix typo reported by Duncan Mac Vicar

Alex


Index: FindGettext.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindGettext.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FindGettext.cmake	2 Feb 2007 17:46:52 -0000	1.1
+++ FindGettext.cmake	26 Feb 2007 00:22:59 -0000	1.2
@@ -43,7 +43,7 @@
          DEPENDS ${_absPotFile} ${_absFile} 
       )
 
-      INSTALL(FILES ${_gmoFile} DESTINATION share/locale/${_lang}/LC_MESSAGES RENAME ${_potBaseName}.mo) 
+      INSTALL(FILES ${_gmoFile} DESTINATION share/locale/${_lang}/LC_MESSAGES RENAME ${_potBasename}.mo) 
       SET(_gmoFiles ${_gmoFiles} ${_gmoFile})
 
    ENDFOREACH (_currentPoFile )



More information about the Cmake-commits mailing list