You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use (and build) UPP as a submodule of another project, the 'package config' cmake code should be moved from sorc/ncep_post.fd/CMakeLists.txt to the top-level CMakeLists.txt.
Also, in configure_package_config_file function ${CMAKE_SOURCE_DIR} should be changed to ${CMAKE_CURRENT_SOURCE_DIR}.
The text was updated successfully, but these errors were encountered:
* Change data dependency to deterministic nonvar_cldanl/nonvarclanl_complete.txt for ensemble recenter task
* Link deterministic restart files to ensemble mean
* Fix data path of the deterministic run for ensemble graphics
In order to use (and build) UPP as a submodule of another project, the 'package config' cmake code should be moved from
sorc/ncep_post.fd/CMakeLists.txt
to the top-levelCMakeLists.txt
.Also, in
configure_package_config_file
function${CMAKE_SOURCE_DIR}
should be changed to${CMAKE_CURRENT_SOURCE_DIR}
.The text was updated successfully, but these errors were encountered: