Skip to content

Commit 12f0912

Browse files
committed
cmake: Do not redefine cmake's APPLE variable.
1 parent 82ccdd3 commit 12f0912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/platform.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ message(STATUS "BIG_ENDIAN: ${BIG_ENDIAN}")
7373
#
7474

7575
if(APPLE)
76-
set(APPLE ${CMAKE_SYSTEM_VERSION})
76+
set(MACOS ${CMAKE_SYSTEM_VERSION})
7777
endif()
7878

7979

0 commit comments

Comments
 (0)