remove debug statements
This commit is contained in:
parent
87ff075c15
commit
cfe8719982
|
@ -11,8 +11,6 @@ if [ $? -eq 0 ]; then
|
||||||
else
|
else
|
||||||
B_CMAKE=cmake
|
B_CMAKE=cmake
|
||||||
fi
|
fi
|
||||||
echo CMAKE=$B_CMAKE
|
|
||||||
exit 0
|
|
||||||
# default build configuration
|
# default build configuration
|
||||||
B_BUILD_TYPE=${B_BUILD_TYPE:-Debug}
|
B_BUILD_TYPE=${B_BUILD_TYPE:-Debug}
|
||||||
if [ "$(uname)" = "Darwin" ]; then
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
|
|
Loading…
Reference in New Issue