Open mzimmers opened 4 years ago
Hey, I got the similar error "-- Could NOT find Decaf (missing: Decaf_DIR)", have you fixed this out?
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.
-- Configuring incomplete, errors occurred!
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.