-
Notifications
You must be signed in to change notification settings - Fork 90
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
Stop using globs in CMakeLists #87
Comments
I am responsible for some of this in LCM (maybe that's the only place it happens, I don't know). I get the point that the CMake documentation is making. For historical context, my motivation was usability and efficiency, as the Albany configuration step was easier and cheaper than having to touch the CMake files. I wold not be opposed if someone removed the GLOBs. |
done with this for now. |
By the way, I just found out Tpetra has a really funny way of dealing with this: |
see the NOTE in the CMake documentation, replicated here:
This recently affected Trilinos when a new header file was added. As a best practice, we should replace any use of globs in Albany with explicit lists of files.
The text was updated successfully, but these errors were encountered: