Skip to content
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

COMMON_TEST_* executables aren't installed when building with -DBUILD_TESTING=OFF #540

Open
scpeters opened this issue Sep 12, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@scpeters
Copy link
Member

Environment

  • OS Version: macOS
  • Source or binary build? binary bottles, version 6.5.0 for example, since that formula uses -DBUILD_TESTING=OFF

Description

  • Expected behavior: building with -DBUILD_TESTING=OFF should install the same files as with -DBUILD_TESTING=ON
  • Actual behavior: COMMON_TEST_* executables are not built or installed when -DBUILD_TESTING=OFF

Steps to reproduce

  1. Build gz-physics with -DBUILD_TESTING=OFF
  2. make install
  3. Check that libexec/gz/physics6/COMMON_TEST_* files are installed to the install prefix

Output

@scpeters scpeters added the bug Something isn't working label Sep 12, 2023
@scpeters
Copy link
Member Author

we can fix this in our homebrew formulae fairly easily, but it may be something that we want to fix in the gz-physics cmake files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

1 participant