Skip to content
Snippets Groups Projects
Commit cf3bab16 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

update build.sh for el7

parent 602d5df1
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ cmake \
make -j 4
make package
if [ $OS == "centos7.9.2009" ]; then
if [ $OS == "el7" ]; then
BUILD_PYTHON2_PACKAGES=ON
else
BUILD_PYTHON2_PACKAGES=OFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment