mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
6 lines
212 B
CMake
6 lines
212 B
CMake
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 "")
|