Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed Nov 28, 2023
1 parent 3d2a136 commit b58eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE INTERNAL "" FORCE)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE INTERNAL "")
if (APPLE)
set(CMAKE_CXX_FLAGS "-framework Security -framework CoreFoundation")
set(CMAKE_CXX_FLAGS "-framework Security -framework CoreFoundation -framework SystemConfiguration")
endif()

project(demo VERSION 1.0)
Expand Down

0 comments on commit b58eb0e

Please sign in to comment.