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

Files do not install correctly #1

Open
ThadHouse opened this issue Jan 2, 2018 · 0 comments
Open

Files do not install correctly #1

ThadHouse opened this issue Jan 2, 2018 · 0 comments

Comments

@ThadHouse
Copy link
Owner

With a proper install, find_package shouldn't require any additional setup. However with the current setup it does.

<prefix>/                                                       (W)
<prefix>/(cmake|CMake)/                                         (W)
<prefix>/<name>*/                                               (W)
<prefix>/<name>*/(cmake|CMake)/                                 (W)
<prefix>/(lib/<arch>|lib|share)/cmake/<name>*/                  (U)
<prefix>/(lib/<arch>|lib|share)/<name>*/                        (U)
<prefix>/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/          (U)
<prefix>/<name>*/(lib/<arch>|lib|share)/cmake/<name>*/          (W/U)
<prefix>/<name>*/(lib/<arch>|lib|share)/<name>*/                (W/U)
<prefix>/<name>*/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/  (W/U)

This looks like the directories that get searched, so an install should put them in the proper location.

In addition, the build folder should be setup so that the dir's can be pointed to that folder and find all required libraries easily.

bit-101010 added a commit to 4534-WiredWizards/CmakeWpilib that referenced this issue Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant