From 0b1c72e5e2f5e41373e9b36e63bb4e6b41450aaa Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 8 Jun 2018 20:56:46 +0200 Subject: [PATCH] Do not build libsndfile on android --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18b4271..a72a9ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -366,7 +366,7 @@ ExternalProject_Add (libvorbis_Project ## libsndfile ############# -if (UNIX AND NOT APPLE) +if (UNIX AND NOT APPLE AND NOT ANDROID) ExternalProject_Add (libsndfile_Project URL ${CMAKE_CURRENT_SOURCE_DIR}/externals/libsndfile.tar.gz PREFIX ${CMAKE_BINARY_DIR}