From 2cd633a9cbb4cf9e3567460731d809fa6eae299f Mon Sep 17 00:00:00 2001 From: James Foucar Date: Wed, 15 Feb 2023 15:56:35 -0700 Subject: [PATCH] get_standard_cmake_args no longer takes a shared_lib argument --- cime_config/buildlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime_config/buildlib b/cime_config/buildlib index ba646aa4..965836cf 100755 --- a/cime_config/buildlib +++ b/cime_config/buildlib @@ -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=/"