Cmake build error #658
Unanswered
StefanGu65
asked this question in
Q&A
Replies: 1 comment
-
I got this error when the dependencies where not installed properly. I am trying to install it on Debian 12. Seems that Debian 12 is not yet supported.. Question for the moderators: Would it be possible to create package the PI 5? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to add ADU to the rest of the IoTHub features, I run into cmake issues.
Top Level:
message(PROJECT_SOURCE_DIR="${PROJECT_SOURCE_DIR}")
add_subdirectory(azure-iot-sdk-c out)
set(azure_c_shared_utility_DIR "${PROJECT_SOURCE_DIR}/azure-c-shared-utility/configs")
add_subdirectory(azure-c-shared-utility)
#add_subdirectory(iot-hub-device-update )
add_subdirectory(iot)
include_directories(.)
Output:
CMake Error at azure-c-shared-utility/configs/azure_c_shared_utilityConfig.cmake:11 (include):
[cmake] include could not find requested file:
[cmake]
[cmake] /home/stefan/workspace/TCU/azure-c-shared-utility/configs/azure_c_shared_utilityTargets.cmake
[cmake] Call Stack (most recent call first):
[cmake] iot-hub-device-update/src/adu-shell/CMakeLists.txt:45 (find_package)
[cmake]
Question:
I cannot find a "azure_c_shared_utilityTargets.cmake" anywhere in the main branch.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions