Remove LOG_NO_STDOUT flag
Summary: Remove LOG_NO_STDOUT passed to CMAKE. That option doesn't exist anymore. Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D702
This commit is contained in:
parent
7f1c7a46cc
commit
ffec56c75b
@ -70,11 +70,11 @@ if [[ "${skip_compile}" == false ]]; then
|
||||
# init (download libraries)
|
||||
cd ${project_dir}
|
||||
./init
|
||||
|
||||
|
||||
# compile memgraph
|
||||
cd ${project_dir}/build
|
||||
rm -rf ./*
|
||||
cmake -DLOG_NO_STDOUT=ON -DCMAKE_BUILD_TYPE:String=${build_type} ..
|
||||
cmake -DCMAKE_BUILD_TYPE:String=${build_type} ..
|
||||
make -j8
|
||||
fi
|
||||
|
||||
|
@ -101,7 +101,7 @@ if [[ "${skip_compile}" == true ]]; then
|
||||
else
|
||||
${working_dir}/build_interpreter --build-type Release --version ${version}
|
||||
fi
|
||||
|
||||
|
||||
## build package (docker image)
|
||||
cd ${working_dir}
|
||||
package_name=`ls -t -d memgraph_*/ | head -1 | sed 's/.$//'`
|
||||
|
Loading…
Reference in New Issue
Block a user