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 0d785a1 commit d56ff11Copy full SHA for d56ff11
examples/cpp/SampleCpp/CMakeLists.txt
@@ -44,7 +44,7 @@ endif()
44
set (PLATFORM_LIBS "")
45
# Add flags for obtaining system UUID via IOKit
46
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
47
- set (PLATFORM_LIBS "-framework CoreFoundation -framework IOKit -framework Foundation")
+ set (PLATFORM_LIBS "-framework CoreFoundation -framework IOKit -framework Foundation -framework SystemConfiguration -framework Network")
48
endif()
49
50
# Raspberry Pi 4 with gcc-8 on ARMv7l requires -latomic
0 commit comments