Skip to content

Commit 1386b81

Browse files
committed
Adding info to CMakeLists.txt files
1 parent 2ea1d67 commit 1386b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ if(UNIX AND NOT APPLE)
7272
endif(UNIX AND NOT APPLE)
7373

7474
# GCC (Raspbian Buster for Raspberry Pi 4)
75+
# Ubuntu rules apply here as well
7576
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "armv7l")
7677
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
7778
endif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "armv7l")

0 commit comments

Comments
 (0)