1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

UNIX works for Unix like OS so no need to add APPLE.

This commit is contained in:
Guillaume Chatelet 2019-01-15 17:10:47 +01:00
parent b3bb9048f4
commit 98bd43ffce

View File

@ -35,7 +35,7 @@ set(_SRCS
)
macro(add_linux_detection)
if(NOT (APPLE OR UNIX))
if(NOT UNIX)
message(FATAL_ERROR "Use of add_linux_detection() on non Linux-like OS")
endif()
list(APPEND _SRCS