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:
parent
b3bb9048f4
commit
98bd43ffce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user