Skip to content

Commit

Permalink
Merge pull request #77 from tedostrem/fix_release_install_scripts
Browse files Browse the repository at this point in the history
Fixed path to install scripts
  • Loading branch information
t-w authored Feb 17, 2024
2 parents d18f831 + 2e2eae1 commit 32a679d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/cmake_release_install
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit 32a679d

Please sign in to comment.