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  790b655c49d3dc548474424afe69f19eb0834f1e (commit)
       via  d269984e530ca4211b07665dcec87ef18b6162c4 (commit)
      from  b208e2733594517f380cc5dca7b1c01d39557faf (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=790b655c49d3dc548474424afe69f19eb0834f1e
commit 790b655c49d3dc548474424afe69f19eb0834f1e
Merge: b208e27 d269984
Author:     Brad King <[email protected]>
AuthorDate: Tue Aug 14 09:02:27 2012 -0400
Commit:     CMake Topic Stage <[email protected]>
CommitDate: Tue Aug 14 09:02:27 2012 -0400

    Merge topic 'GetPrerequisites-file_cmd-advanced' into next
    
    d269984 GetPrerequisites: Mark file_cmd as advanced cache entry


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d269984e530ca4211b07665dcec87ef18b6162c4
commit d269984e530ca4211b07665dcec87ef18b6162c4
Author:     Brad King <[email protected]>
AuthorDate: Tue Aug 14 09:02:08 2012 -0400
Commit:     Brad King <[email protected]>
CommitDate: Tue Aug 14 09:02:08 2012 -0400

    GetPrerequisites: Mark file_cmd as advanced cache entry
    
    This internal implementation detail should not pollute the main
    cache view of projects that include GetPrerequisites.

diff --git a/Modules/GetPrerequisites.cmake b/Modules/GetPrerequisites.cmake
index e51055f..8f2754e 100644
--- a/Modules/GetPrerequisites.cmake
+++ b/Modules/GetPrerequisites.cmake
@@ -168,6 +168,7 @@ function(is_file_executable file result_var)
   if(UNIX)
     if(NOT file_cmd)
       find_program(file_cmd "file")
+      mark_as_advanced(file_cmd)
     endif()
 
     if(file_cmd)

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to