Skip to content

cmake --installincorrectly installs development binaries in production #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
carenas opened this issue Jun 7, 2023 · 0 comments · Fixed by #260 or #266
Closed

cmake --installincorrectly installs development binaries in production #264

carenas opened this issue Jun 7, 2023 · 0 comments · Fixed by #260 or #266

Comments

@carenas
Copy link
Contributor

carenas commented Jun 7, 2023

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

@carenas carenas changed the title cmake incorrectly installs pcre2posix_test development binary as part of install phase cmake incorrectly installs pcre2posix_test development binary in production Jun 8, 2023
@carenas carenas changed the title cmake incorrectly installs pcre2posix_test development binary in production cmake --installincorrectly installs development binaries in production Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant