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

Don't install test resources #554

Merged
merged 3 commits into from
Feb 5, 2021
Merged

Commits on May 11, 2020

  1. Don't install test resources

    Rather copy them to the binary dir. This avoids installing the
    resources, which is affected by the DESTDIR variable.
    
    The custom command executes at build time rather than install time,
    which means that installation is no longer required to run the tests.
    
    Signed-off-by: Scott K Logan <logans@cottsay.net>
    cottsay committed May 11, 2020
    Configuration menu
    Copy the full SHA
    abd8f95 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    3b8b0a2 View commit details
    Browse the repository at this point in the history
  2. Reference test resources directly from source tree

    In CMake, 'install' should only be used for installing content to the
    final install space, and not for copying content into the build
    directory.
    
    Signed-off-by: Scott K Logan <logans@cottsay.net>
    cottsay committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    4734690 View commit details
    Browse the repository at this point in the history