]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
do_cmake: always pass -DWITH_PYTHON3 to cmake 40485/head
authorKefu Chai <kchai@redhat.com>
Thu, 4 Mar 2021 06:30:17 +0000 (14:30 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 30 Mar 2021 04:56:04 +0000 (12:56 +0800)
commit401cba39e6fb9b794cca09177ce264369db2dd86
treed70d4ad40148de0fbc089cfc160cd22bdffd912a
parent0f3e718717182ea97f2565e6f15a31de0e12c331
do_cmake: always pass -DWITH_PYTHON3 to cmake

do not pretend that we support python2 anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 6dbd4f59f3c5cd13df4237136134ad7a4fc46549)

Conflicts:
do_cmake.sh: nautilus still supports python2. so, to
run "make check" with python3 only, we should disable it explicitly.
do_cmake.sh