[Cmake-commits] CMake branch, master, updated. a8fd6e71809bf47820586ead1cfa6b286513e6ab

cmake-commits at cmake.org cmake-commits at cmake.org
Mon May 10 18:33:55 EDT 2010


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, master has been updated
       via  a8fd6e71809bf47820586ead1cfa6b286513e6ab (commit)
      from  f90bdaf38eb212ce41b542f7c4b2398ac4c2e01d (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=a8fd6e71809bf47820586ead1cfa6b286513e6ab
commit a8fd6e71809bf47820586ead1cfa6b286513e6ab
Author: Alex Neundorf <neundorf at kde.org>
Date:   Tue May 11 00:31:56 2010 +0200

    -use the HINTS keyword for finding FindKDE4Internal.cmake
    
    Alex

diff --git a/Modules/FindKDE4.cmake b/Modules/FindKDE4.cmake
index 12fd304..42a1530 100644
--- a/Modules/FindKDE4.cmake
+++ b/Modules/FindKDE4.cmake
@@ -73,7 +73,7 @@ IF(NOT KDE4_DATA_DIR)
         EXECUTE_PROCESS(COMMAND "${KDE4_KDECONFIG_EXECUTABLE}" --path data OUTPUT_VARIABLE _data_DIR ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
         FILE(TO_CMAKE_PATH "${_data_DIR}" _data_DIR)
         # then check the data dirs for FindKDE4Internal.cmake
-        FIND_PATH(KDE4_DATA_DIR cmake/modules/FindKDE4Internal.cmake ${_data_DIR})
+        FIND_PATH(KDE4_DATA_DIR cmake/modules/FindKDE4Internal.cmake HINTS ${_data_DIR})
       ENDIF(KDE4_KDECONFIG_EXECUTABLE)
    ENDIF(CMAKE_CROSSCOMPILING)
 ENDIF(NOT KDE4_DATA_DIR)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list