From 24c86358138d86176377b972a6c4b1ca94689679 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 25 Feb 2024 09:19:03 +0100 Subject: [PATCH] Remove unused NOT_APPLE variable --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16e54df..cf7a309 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,12 +19,6 @@ if(DISABLE_ALL) set(DEFAULT_ENABLE OFF) endif() -if(APPLE) - set(NOT_APPLE OFF) -else() - set(NOT_APPLE ${DEFAULT_ENABLE}) -endif() - if(NOT ANDROID) option(BUILD_ZLIB "Build zlib" ${DEFAULT_ENABLE}) endif()