Utilities/Release: Use python 3 for server mode test on Linux binary

The machine that builds the Linux binary has python 3 and 2.6, but the
latter is too old for the server mode test script.
This commit is contained in:
Brad King 2016-09-29 13:47:13 -04:00
parent 64934f2069
commit 957e72c0c5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ CMAKE_USE_OPENSSL:BOOL=ON
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/home/kitware/openssl-1.0.2h/lib/libcrypto.a
OPENSSL_INCLUDE_DIR:PATH=/home/kitware/openssl-1.0.2h/include
OPENSSL_SSL_LIBRARY:FILEPATH=/home/kitware/openssl-1.0.2h/lib/libssl.a
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
CPACK_SYSTEM_NAME:STRING=Linux-x86_64
BUILD_QtDialog:BOOL:=TRUE
CMake_ENABLE_SERVER_MODE:BOOL=TRUE