Skip to content

cmake --installincorrectly installs development binaries in production #264

@carenas

Description

@carenas

When configuring and installing using cmake by:

$ mkdir build && cd build
$ cmake -DPCRE2_SUPPORT_JIT=ON ..
$ cmake --build .
$ cmake --install .

Will result in the pcre2_jit_test and pcre2posix_test (after 10.42) binaries getting installed alongside pcre2grep and the other production tools, unlike what is done by autotools

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