[Cmake-commits] CMake branch, next, updated. v2.8.7-2326-ga94ceed

Rolf Eike Beer eike at sf-mail.de
Fri Jan 27 16:38:25 EST 2012


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  a94ceed42658e2dd3e4c8b7c09860bee819b15dc (commit)
       via  00e30a0a34b8ac0972778e5f342a2445d9f05b41 (commit)
      from  d206692d547369f4b7628041d3ce8c0f3f023c14 (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=a94ceed42658e2dd3e4c8b7c09860bee819b15dc
commit a94ceed42658e2dd3e4c8b7c09860bee819b15dc
Merge: d206692 00e30a0
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Jan 27 16:38:22 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 27 16:38:22 2012 -0500

    Merge topic 'fix-jasper-debug' into next
    
    00e30a0 FindJasper: fix library name


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=00e30a0a34b8ac0972778e5f342a2445d9f05b41
commit 00e30a0a34b8ac0972778e5f342a2445d9f05b41
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Jan 27 22:37:31 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Fri Jan 27 22:37:31 2012 +0100

    FindJasper: fix library name
    
    Spotted by Patrick Spendrin.

diff --git a/Modules/FindJasper.cmake b/Modules/FindJasper.cmake
index 48e2736..6dc7e4d 100644
--- a/Modules/FindJasper.cmake
+++ b/Modules/FindJasper.cmake
@@ -27,7 +27,7 @@ IF (NOT JASPER_LIBRARIES)
     FIND_PACKAGE(JPEG)
 
     FIND_LIBRARY(JASPER_LIBRARY_RELEASE NAMES jasper libjasper)
-    FIND_LIBRARY(JASPER_LIBRARY_DEBUG NAMES japserd)
+    FIND_LIBRARY(JASPER_LIBRARY_DEBUG NAMES jasperd)
 
     INCLUDE(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
     SELECT_LIBRARY_CONFIGURATIONS(JASPER)

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

Summary of changes:
 Modules/FindJasper.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list