Skip to content

Commit

Permalink
Update src/CMakeLists.txt to install KPP standalone executable
Browse files Browse the repository at this point in the history
src/CMakeLists.txt
- Added install command to place the kpp_standalone executable
  file in the run directory

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Nov 22, 2024
1 parent 1eae7f9 commit 9d62975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ foreach(INSTALL_PATH ${COMBINED_INSTALL_DIRS})
# Installation path is a GEOS-Chem run directory,
# Therefore we will install the executable there.
install(TARGETS ${EXE_FILE_NAME} RUNTIME DESTINATION ${INSTALL_PATH})
install(TARGETS ${KPPSA_FILE_NAME} RUNTIME DESTINATION ${INSTALL_PATH})
endif()

endforeach()

0 comments on commit 9d62975

Please sign in to comment.