diff options
author | Brad King <brad.king@kitware.com> | 2014-04-11 13:13:10 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-11 13:13:10 (GMT) |
commit | 61ac6d640134b4b0131af5147ca90b1f4dd37650 (patch) | |
tree | 540921ce4f506b2909dfec0ebe711504163a075e | |
parent | 76425a62192ddad23c84e3022b400dc3c5be0ace (diff) | |
parent | 4b31f0649c530e34044dd4cb87b3267b2ec5e620 (diff) | |
download | CMake-61ac6d640134b4b0131af5147ca90b1f4dd37650.zip CMake-61ac6d640134b4b0131af5147ca90b1f4dd37650.tar.gz CMake-61ac6d640134b4b0131af5147ca90b1f4dd37650.tar.bz2 |
Merge topic 'revert-Android-platform'
4b31f064 Revert "Modules: Add an Andriod platform file"
-rw-r--r-- | Modules/Platform/Android.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/Platform/Android.cmake b/Modules/Platform/Android.cmake deleted file mode 100644 index a4c122d..0000000 --- a/Modules/Platform/Android.cmake +++ /dev/null @@ -1,5 +0,0 @@ -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 "") |