Skip to content

Commit

Permalink
Remove unused NOT_APPLE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Feb 25, 2024
1 parent a4282d1 commit 24c8635
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 24c8635

Please sign in to comment.