[Cmake-commits] CMake branch, next, updated. v2.8.12.2-7580-ge90fc2d
Nils Gladitz
nilsgladitz at gmail.com
Mon Feb 10 12:29:24 EST 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 e90fc2d1560d101b710749ecfbfb21bb73b35a19 (commit)
via 22ff68659bed80224dee80ce68c27c645a3e976c (commit)
from d6c69792dd0f86f99162f7c2085a5d34c7fddb0d (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=e90fc2d1560d101b710749ecfbfb21bb73b35a19
commit e90fc2d1560d101b710749ecfbfb21bb73b35a19
Merge: d6c6979 22ff686
Author: Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Mon Feb 10 12:29:23 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 10 12:29:23 2014 -0500
Merge topic 'gcc-ipo' into next
22ff6865 IPO: add documentation for gcc wrapper cache variables and mark them advanced
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=22ff68659bed80224dee80ce68c27c645a3e976c
commit 22ff68659bed80224dee80ce68c27c645a3e976c
Author: Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Mon Feb 10 18:28:43 2014 +0100
Commit: Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Mon Feb 10 18:28:43 2014 +0100
IPO: add documentation for gcc wrapper cache variables and mark them advanced
diff --git a/Modules/Compiler/GNU.cmake b/Modules/Compiler/GNU.cmake
index e40fa9f..a38ebce 100644
--- a/Modules/Compiler/GNU.cmake
+++ b/Modules/Compiler/GNU.cmake
@@ -66,12 +66,16 @@ macro(__compiler_gnu lang)
find_program(CMAKE_GCC_AR NAMES
"${_CMAKE_TOOLCHAIN_PREFIX}gcc-ar"
"${_CMAKE_TOOLCHAIN_PREFIX}gcc-ar-${_version}"
+ DOC "gcc provided wrapper for ar which adds the --plugin option"
)
find_program(CMAKE_GCC_RANLIB NAMES
"${_CMAKE_TOOLCHAIN_PREFIX}gcc-ranlib"
"${_CMAKE_TOOLCHAIN_PREFIX}gcc-ranlib-${_version}"
+ DOC "gcc provided wrapper for ranlib which adds the --plugin option"
)
+
+ mark_as_advanced(CMAKE_GCC_AR CMAKE_GCC_RANLIB)
endif()
endif()
-----------------------------------------------------------------------
Summary of changes:
Modules/Compiler/GNU.cmake | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list