From 7ca442a432994a19a86d43c917a1f537bcebb387 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 11 Apr 2018 18:51:48 +0900 Subject: Comment out install(EXPORT_ANDROID_MK) It's only available in CMake 3.7 and later and is not needed for any known project anyway. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d8de0ae..dae8b287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,8 @@ install(FILES cmake/QMatrixClientConfig.cmake "${CMAKE_CURRENT_BINARY_DIR}/QMatrixClient/QMatrixClientConfigVersion.cmake" DESTINATION ${ConfigFilesLocation} ) -install(EXPORT_ANDROID_MK QMatrixClientTargets DESTINATION share/ndk-modules) +# Only available from CMake 3.7; reserved for future use +#install(EXPORT_ANDROID_MK QMatrixClientTargets DESTINATION share/ndk-modules) if (WIN32) install(FILES mime/packages/freedesktop.org.xml DESTINATION mime/packages) -- cgit v1.2.3