CMake error during configuration #2125
-
I'm trying to build the SDK on openSUSE Tumbleweed, but I get this strange error during CMake configuration:
My CMake command: Any suggestions? My CMakeError.log and CMakeOutput.log are attached. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hi Loren, Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hey guys, I've been strangely triggered by Github mentions in this thread, yet I don't see why. Anyway, anything I can do for you? :) |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi Loren,
Considering the cmake argument
-DUSE_OPENSSL=OFF
, you are trying to build without OpenSSL crypto library, in this case you need to provide your own openssl-like crypto library implementation.I guess that's what CMake std output said before
# other output above this...
.But that's mostly a guess, CMakeError and CMakeOutput files attached mostly contain regular cmake try_compile checks from the SDK and CRT, please provide full/more std output of cmake. Please also make sure to remove personal/private information.
Best regards,
Sergey