Skip to content

SegFault when overwriting cmake functions #121

@M1cha

Description

@M1cha

If I override functions like add_library or add_executable, cmake stops with a segfault

example code:
macro(add_library _target)
_add_library (${_target} ${ARGN})
endmacro()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions