Closed pks-t closed 8 years ago
Currently, tests are always built unconditionally, but CMake will abort early if cmocka has not been found. Instead, cmocka should be an optional dependency and tests should be dependent on cmocka being available.
Implented with be7a6b4ac38
Currently, tests are always built unconditionally, but CMake will abort early if cmocka has not been found. Instead, cmocka should be an optional dependency and tests should be dependent on cmocka being available.