libcbor fails to build with "nocheck" build profile
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| libcbor (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
libcbor fails to build with "nocheck" build profile:
----
/build/
/build/
...
CMake Error at /usr/share/
Could NOT find CMocka (missing: CMOCKA_LIBRARIES CMOCKA_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/
CMakeModules/
test/
...
----
Either debian/control needs to be updated to install libcmocka-dev regardless of nocheck profile or
debian/rules need to be updated to use DEB_BUILD_PROFILES (https:/
----
CONFIGURE_
ifeq ($(filter nocheck,
CONFIGURE_
endif
...
override_
---
