Skip to content
Snippets Groups Projects
Commit 49bf2b12 authored by Nick Zavaritsky's avatar Nick Zavaritsky Committed by Konstantin Osipov
Browse files

Fix incorrect SYSTEM_PROCESSOR match clause for x86

parent 4ae651de
No related branches found
No related tags found
No related merge requests found
if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|^i[3,9]86$")
if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|^i[3-9]86$")
return()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment