Also thank you Ed, the solution to my problem was to link the frameworks required in my CMake config as follows:
find_library(SYSTEM_CONFIGURATION SystemConfiguration REQUIRED)
find_library(CORE_FOUNDATION CoreFoundation REQUIRED)
target_link_libraries(<target name> PRIVATE ${SYSTEM_CONFIGURATION} ${CORE_FOUNDATION})
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: