[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6274-g055c4ea
Brad King
brad.king at kitware.com
Thu Dec 19 11:13:16 EST 2013
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 055c4ea673dfe6536d8fda212fa54544688a3067 (commit)
via af7489d5a6e8c18a9e8ce6fca633d2a788af011e (commit)
from bcd023168781e47df5edd1362e308637cb8abdb0 (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=055c4ea673dfe6536d8fda212fa54544688a3067
commit 055c4ea673dfe6536d8fda212fa54544688a3067
Merge: bcd0231 af7489d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 11:13:15 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 19 11:13:15 2013 -0500
Merge topic 'add-platform-MirBSD' into next
af7489d Add MirBSD platform support (#14659)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af7489d5a6e8c18a9e8ce6fca633d2a788af011e
commit af7489d5a6e8c18a9e8ce6fca633d2a788af011e
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 11:08:28 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Dec 19 11:08:28 2013 -0500
Add MirBSD platform support (#14659)
Add a Modules/Platform/MirBSD.cmake module that just includes the
OpenBSD platform module.
diff --git a/Modules/Platform/MirBSD.cmake b/Modules/Platform/MirBSD.cmake
new file mode 100644
index 0000000..7637f9b
--- /dev/null
+++ b/Modules/Platform/MirBSD.cmake
@@ -0,0 +1 @@
+include(Platform/OpenBSD)
-----------------------------------------------------------------------
Summary of changes:
Modules/Platform/MirBSD.cmake | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 Modules/Platform/MirBSD.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list