From 2e2eae1c3214ef2fcf4d577ea68937539b3e2334 Mon Sep 17 00:00:00 2001 From: Ted Oestrem Date: Fri, 16 Feb 2024 10:22:03 +0000 Subject: [PATCH] Fixed path to install scripts --- util/cmake_release_install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/cmake_release_install b/util/cmake_release_install index 1d668ced..2be8058f 100755 --- a/util/cmake_release_install +++ b/util/cmake_release_install @@ -6,5 +6,5 @@ # (otherwise the installation is peformed to the default place). # -util/cmake_install_static $@ -util/cmake_install_shared $@ +util/cmake_static_install $@ +util/cmake_shared_install $@