We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1d67 commit 1386b81Copy full SHA for 1386b81
CMakeLists.txt
@@ -72,6 +72,7 @@ if(UNIX AND NOT APPLE)
72
endif(UNIX AND NOT APPLE)
73
74
# GCC (Raspbian Buster for Raspberry Pi 4)
75
+# Ubuntu rules apply here as well
76
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "armv7l")
77
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
78
endif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "armv7l")
0 commit comments