summaryrefslogtreecommitdiffstats
path: root/src/script/run-make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/run-make.sh')
-rwxr-xr-xsrc/script/run-make.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/run-make.sh b/src/script/run-make.sh
index 52d43d3a171..23724028fe6 100755
--- a/src/script/run-make.sh
+++ b/src/script/run-make.sh
@@ -29,6 +29,7 @@ function clean_up_after_myself() {
function detect_ceph_dev_pkgs() {
local boost_root=/opt/ceph
+ local cmake_opts=""
if test -f $boost_root/include/boost/config.hpp; then
cmake_opts+=" -DWITH_SYSTEM_BOOST=ON -DBOOST_ROOT=$boost_root"
else