1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

re-insert the cmake options lost in Vaughan's last update from upstream. This is a hacky script which I don't like - we should be calling cmake directly from the audacity configure scripts, so control is there

This commit is contained in:
richardash1981 2012-12-19 21:40:16 +00:00
parent d6feb07f63
commit 97d967501a

View File

@ -10,4 +10,4 @@
# Autotools options should not be passed to this script.
cmake $* .
cmake -DBUILD_SHARED_LIBS=OFF -DWITH_OPENMP=OFF .