Skip to content

Commit

Permalink
Merge pull request #217 from jgfouca/jgfouca/remove_shared_lib
Browse files Browse the repository at this point in the history
get_standard_cmake_args no longer takes a shared_lib argument
  • Loading branch information
jedwards4b authored Feb 16, 2023
2 parents 0130deb + 2cd633a commit 97f5421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildlib
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def buildlib(bldroot, libroot, case):
logger.info("Running cmake for CDEPS")
srcpath = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
cmake_flags = get_standard_cmake_args(
case, os.path.join(sharedpath, "cdeps"), shared_lib=True
case, os.path.join(sharedpath, "cdeps")
)
# base path of install to be completed by setting DESTDIR in make install
cmake_flags += " -DCMAKE_INSTALL_PREFIX:PATH=/"
Expand Down

0 comments on commit 97f5421

Please sign in to comment.