[Cmake-commits] CMake branch, next, updated. v3.0.0-rc2-1269-g2ac917e
Brad King
brad.king at kitware.com
Thu Mar 20 09:04:09 EDT 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 2ac917ebe0dc97ec23fefb623f187f9b772b17ed (commit)
via 77f06b145d57c4665ff5d71b89a70c54a009ad14 (commit)
from 85bca2bda5bae6e87441dfb116e5ad9d94ef50ba (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=2ac917ebe0dc97ec23fefb623f187f9b772b17ed
commit 2ac917ebe0dc97ec23fefb623f187f9b772b17ed
Merge: 85bca2b 77f06b1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 20 09:04:08 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 20 09:04:08 2014 -0400
Merge topic 'Android-platform' into next
77f06b14 Modules: Add an Andriod platform file
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=77f06b145d57c4665ff5d71b89a70c54a009ad14
commit 77f06b145d57c4665ff5d71b89a70c54a009ad14
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Mar 5 09:52:45 2014 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Mar 20 09:04:31 2014 -0400
Modules: Add an Andriod platform file
It is much like Linux but has no SONAME or RPATH.
diff --git a/Modules/Platform/Android.cmake b/Modules/Platform/Android.cmake
new file mode 100644
index 0000000..a4c122d
--- /dev/null
+++ b/Modules/Platform/Android.cmake
@@ -0,0 +1,5 @@
+include(Platform/Linux)
+set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "")
+# RPath is useless on Android, because we can't determine the installation
+# location ahead of time.
+set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "")
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list