-
Notifications
You must be signed in to change notification settings - Fork 0
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
CMake Cleanup Part 2 #472
Comments
Hi @stonier, I'm currently looking to finish this issue so that we can finally close it. |
I simply hadn't parsed it yet. As with other parts of the CMake it is likely way overkill for our needs. Keeping it simple will foster easier maintenance going forward. |
Going through the cmake stuff in Delphyne, I see the following that tries to add compiler flags:
With that in mind, I'm not sure exactly what we could simplify. We could just assume that we are always on g++ on an amd64 machine, which would simplify some of this machinery, but it has been useful at times in the past to compile with clang. As far as |
Since all of the items here are now checked off, I'm going to close this out. Feel free to reopen (or open a new issue) if there is anything missing. |
target_include_directories
instead ofinclude_directories
⇨ [infra] wipe out global include_directories #482backend
⇨ [infra] backend library and exported targets #507SearchForStuff.cmake
? No ⇨ [infra] review and update finding of 3rd party packages #473SearchForStuff.cmake
⇨ [infra] review and update finding of 3rd party packages #473Utils.cmake
(drop entirely?) ⇨ [infra] review and update finding of 3rd party packages #473, [infra] wipe out global include_directories #482CMakeLists.txt
⇨ [infra] wipe out global include_directories #482The text was updated successfully, but these errors were encountered: