summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-11 13:13:10 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-04-11 13:13:10 (GMT)
commit61ac6d640134b4b0131af5147ca90b1f4dd37650 (patch)
tree540921ce4f506b2909dfec0ebe711504163a075e /Modules/Platform
parent76425a62192ddad23c84e3022b400dc3c5be0ace (diff)
parent4b31f0649c530e34044dd4cb87b3267b2ec5e620 (diff)
downloadCMake-61ac6d640134b4b0131af5147ca90b1f4dd37650.zip
CMake-61ac6d640134b4b0131af5147ca90b1f4dd37650.tar.gz
CMake-61ac6d640134b4b0131af5147ca90b1f4dd37650.tar.bz2
Merge topic 'revert-Android-platform'
4b31f064 Revert "Modules: Add an Andriod platform file"
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Android.cmake5
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 "")