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