You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top level CMakeLists.txt file is missing a guard when this project is recursively added in several places. As example, if a project uses both azure-iot-sdk-c and azure-event-hubs-c using the add_subdirectory cmake function, it triggers a CMP0002 error.
Hi,
The top level
CMakeLists.txt
file is missing a guard when this project is recursively added in several places. As example, if a project uses bothazure-iot-sdk-c
andazure-event-hubs-c
using theadd_subdirectory
cmake function, it triggers aCMP0002
error.Can you add this lines of code as it is done for the umqtt to fix this ?
Thanks!
The text was updated successfully, but these errors were encountered: