You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build bctoolbox (so in turn I can build the rtp package), and I'm getting this error:
`-- Could NOT find Decaf (missing: Decaf_DIR)
-- DTLS SRTP not available
CMake Error at CMakeLists.txt:121 (find_package):
Could not find a package configuration file provided by "BcUnit" with any
of the following names:
BcUnitConfig.cmake
bcunit-config.cmake
`
Can someone tell me what I might be doing wrong? Thanks.
The text was updated successfully, but these errors were encountered:
Hey, did you find a solution ?
I don't know if I can't use CMAKE or if i have some issues with BCUnit. I got a similar error.
-- Could NOT find Decaf (missing: Decaf_DIR)
-- DTLS SRTP not available
CMake Error at CMakeLists.txt:130 (find_package):
Could not find a package configuration file provided by "BcUnit" with any
of the following names:
BcUnitConfig.cmake
bcunit-config.cmake
Add the installation prefix of "BcUnit" to CMAKE_PREFIX_PATH or set
"BcUnit_DIR" to a directory containing one of the above files. If "BcUnit"
provides a separate development package or SDK, be sure it has been
installed.
Hi -
I'm trying to build bctoolbox (so in turn I can build the rtp package), and I'm getting this error:
`-- Could NOT find Decaf (missing: Decaf_DIR)
-- DTLS SRTP not available
CMake Error at CMakeLists.txt:121 (find_package):
Could not find a package configuration file provided by "BcUnit" with any
of the following names:
`
Can someone tell me what I might be doing wrong? Thanks.
The text was updated successfully, but these errors were encountered: