Skip to content

Commit d56ff11

Browse files
authored
Add missing frameworks (#1142)
1 parent 0d785a1 commit d56ff11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cpp/SampleCpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ endif()
4444
set (PLATFORM_LIBS "")
4545
# Add flags for obtaining system UUID via IOKit
4646
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
47-
set (PLATFORM_LIBS "-framework CoreFoundation -framework IOKit -framework Foundation")
47+
set (PLATFORM_LIBS "-framework CoreFoundation -framework IOKit -framework Foundation -framework SystemConfiguration -framework Network")
4848
endif()
4949

5050
# Raspberry Pi 4 with gcc-8 on ARMv7l requires -latomic

0 commit comments

Comments
 (0)