Browse Source

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.
Brad King 9 years ago
parent
commit
957e72c0c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Utilities/Release/linux64_release.cmake

+ 1 - 0
Utilities/Release/linux64_release.cmake

@@ -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