Tell CMake where to find python2.

This commit is contained in:
Richard Shaw 2018-07-20 13:24:27 -05:00
parent fc05cf467c
commit 1759463cf4
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ rm -rf build && mkdir build && pushd build
-DOCIO_BUILD_DOCS=%{?docs:ON}%{?!docs:OFF} \
-DOCIO_BUILD_TESTS=%{?tests:ON}%{?!tests:OFF} \
-DOCIO_PYGLUE_SONAME=OFF \
-DPYTHON=%{__python2} \
-DUSE_EXTERNAL_YAML=TRUE \
-DUSE_EXTERNAL_TINYXML=TRUE \
-DUSE_EXTERNAL_LCMS=TRUE \