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

Fix a build issue related to Qt dll files. #798

Merged
merged 1 commit into from
Apr 13, 2020

Commits on Apr 12, 2020

  1. Fix a build issue related to Qt dll files.

    +This issue only became a fatal error when I moved the vs2019 build environment to cmake-3.17. There was a `POST_BUILD` command that copied Qt dll files to the unit test build directory, but the command was malformed. The issue is fixed.
    +I also removed some complicated logic from `component_macros.cmake` that was also related to copying dll file to the unit test binary directories.  It doesn't appear that this logic is required with the new tools.
    KineticTheory committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    0ec77e9 View commit details
    Browse the repository at this point in the history