[Cmake-commits] CMake branch, next, updated. v3.0.2-5633-ge41e3a1

Brad King brad.king at kitware.com
Tue Oct 7 09:43:52 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  e41e3a1f7f04856a8bc8bfcf5c54a8611f0e72ae (commit)
       via  63262434bf0d71340230d6a7a4d93f583b549a10 (commit)
      from  ff01a61060dedea83dfba83bf636dabd85d89c61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e41e3a1f7f04856a8bc8bfcf5c54a8611f0e72ae
commit e41e3a1f7f04856a8bc8bfcf5c54a8611f0e72ae
Merge: ff01a61 6326243
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 7 09:43:51 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 7 09:43:51 2014 -0400

    Merge topic 'FindLATEX-cross-compile-ps2pdf14' into next
    
    63262434 FindLATEX: Search for ps2pdf14 even on Windows (#15198)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=63262434bf0d71340230d6a7a4d93f583b549a10
commit 63262434bf0d71340230d6a7a4d93f583b549a10
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 7 09:40:42 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 7 09:41:52 2014 -0400

    FindLATEX: Search for ps2pdf14 even on Windows (#15198)
    
    When cross-compiling from Linux to Windows the tool on the host
    does not have a .bat extension.

diff --git a/Modules/FindLATEX.cmake b/Modules/FindLATEX.cmake
index 62eedd6..e353d38 100644
--- a/Modules/FindLATEX.cmake
+++ b/Modules/FindLATEX.cmake
@@ -104,7 +104,7 @@ find_program(DVIPDF_CONVERTER
 
 if (WIN32)
   find_program(PS2PDF_CONVERTER
-    NAMES ps2pdf14.bat ps2pdf
+    NAMES ps2pdf14.bat ps2pdf14 ps2pdf
     PATHS ${GHOSTSCRIPT_LIBRARY_PATH}
           ${MIKTEX_BINARY_PATH}
   )

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindLATEX.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list