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 $@