-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed CMake error to prevent KPP standalone being built in carbon sim
src/CMakeLists.txt - Defined the KPPSA_FILE_NAME variable for all mechanisms - Call "add_executable(KPPSA_FILE_NAME ...) for all mechanisms - Added an else block to disable the KPPSA_FILE_NAME executable from being built except for fullchem & custom mechanisms - Wrapped the installation command for the KPPSA_FILE_NAME executable in an if block to ensure it is only built for fullchem & custom mechanisms. CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters