-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add switch for each executable not to compile unnecessary executables #56
Conversation
CMakeLists.txt
Outdated
endif() | ||
if(USE_RAPHRRR_SFC) | ||
add_subdirectory(use_raphrrr_sfc.fd) | ||
endif() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chan-hoo Thanks a lot for making these changes!! A function we've been waiting for!
I have a comment to add a top-level option such as "RRFS_UTL_ALL" which can turn on/off building all executables except those explicitly set in the cmake command line.
Changes are in this PR to your fork:
chan-hoo#1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guoqing-noaa, thanks for the PR. Merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chan-hoo Thanks for merging the changes!
patch to feature/switch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@hu5970 and @chunhuazhou Please review this PR at your earlier convenience. Thanks! |
DESCRIPTION OF CHANGES:
CMakeLists.txt
.TESTS CONDUCTED:
Build test in the RRFS workflow (EMC)
ISSUE (optional):
Fixes issue mentioned in #55