Skip to content

CMake: No LANGUAGES results in C++ compiler requirement #284

Description

@d5UtQvp8QQU9

Building tinydtls with cmake currently requires a working C++ compiler due to the omission of the LANGUAGES specification:

project(tinydtls)

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions