E3SM-Project / E3SM-Project/scorpio
Verify scope of compile time flags in Scorpio
Open
enhancement
Low Priority
- Dominant language
- C++
- Stars
- 22
- Forks
- 20
- Avg merge
- 12d 19m
- Merged PRs (30d)
- 1
Description
CMake allows three scopes for the compiler flags,
- PUBLIC
- PRIVATE
- INTERFACE
Most of the compiler flags have been added in CMakeLists.txt as PUBLIC. This issue is a reminder to go through all CMake scripts and ensure that the scope of the compiler flags is appropriate.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.