Building tinydtls with cmake currently requires a working C++ compiler due to the omission of the LANGUAGES specification:
I do not see why a working C++ compiler should be required to build tinydtls.
By default C and CXX are enabled if no language options are given.
Source: https://cmake.org/cmake/help/latest/command/project.html#options
Building tinydtls with cmake currently requires a working C++ compiler due to the omission of the
LANGUAGESspecification:tinydtls/CMakeLists.txt
Line 24 in d9738c3
I do not see why a working C++ compiler should be required to build tinydtls.