- temporary workaround to build with qualtest softphone

This commit is contained in:
Dmytro Bogovych 2024-03-16 22:18:27 +03:00
parent 8a851e5e86
commit cf9be1c3f2
1 changed files with 2 additions and 1 deletions

View File

@ -23,5 +23,6 @@ if (USE_NULL_UUID)
endif() endif()
if (NOT USE_NULL_UUID) if (NOT USE_NULL_UUID)
target_link_libraries(helper_lib PUBLIC uuid) message("Warning: uuid library will be linked!")
#target_link_libraries(helper_lib PUBLIC uuid)
endif() endif()