This is the trace:
-- Configuring done
CMake Error at Source/Lib/CMakeLists.txt:35 (add_library):
Target "SvtAv1Enc" links to target "$<BUILD_INTERFACE:Threads::Threads" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at Source/Lib/CMakeLists.txt:35 (add_library):
Target "SvtAv1Enc" links to target "$<INSTALL_INTERFACE:Threads::Threads"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMake Generate step failed. Build files cannot be regenerated correctly.
Do you know how can i solve this?
Thanks