Fix cmake variable APPLE (#6351)

This commit is contained in:
Lan Zongwei 2025-09-01 07:42:31 +08:00 committed by GitHub
parent 68ce45f203
commit b3e70efa30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if(NOT CMAKE_CXX_COMPILER_ID MATCHES MSVC)
endif() endif()
endif() endif()
if(Apple) if(APPLE)
add_link_options(-Wl,-U,__Z15vl_time_stamp64v,-U,__Z13sc_time_stampv) add_link_options(-Wl,-U,__Z15vl_time_stamp64v,-U,__Z13sc_time_stampv)
endif() endif()