cmake: typo in comment [ci skip]

Follow-up to 93e6e4b823 #15559
This commit is contained in:
Viktor Szakats 2024-11-13 19:07:00 +01:00
parent 3c6bf10863
commit 1a3408d6d8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -468,7 +468,7 @@ include(CheckCSourceCompiles)
if(WIN32)
include("${CMAKE_CURRENT_SOURCE_DIR}/CMake/Platforms/WindowsCache.cmake")
elseif(APPLE)
# Fast-track predicable feature detections
# Fast-track predictable feature detections
set(HAVE_EVENTFD 0)
set(HAVE_GETPASS_R 0)
set(HAVE_SENDMMSG 0)