Skip to content

Missing parameter of option() command in cmake file #84

@mjopenglsdl

Description

@mjopenglsdl

option(USE_LUA ON)

The command option(USE_LUA ON) would have no effect to the default value (ON),
use option(USE_LUA "some descriptions" ON) instead

Plz take a look at cmake manual:
https://cmake.org/cmake/help/v3.0/command/option.html

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