Private
Public Access
2
0
Files
mraa/CMakeLists.txt
Khem Raj 9e94fd1dcb cmake: Use a regular expression to match x86 architectures
in OE we use i686 for qemux86 and this results in

-- INFO - Target arch is i686
CMake Error at CMakeLists.txt:191 (message):
  Only x86, arm, mips, PERIPHERALMAN and mock platforms currently supported

So using a wildcard helps in using any x86 arch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23 08:46:37 -08:00

8.3 KiB