mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 06:48:38 -05:00
Utilities/Release: Use python 3 for tests on Windows binaries
Explicitly specify the build machine's Python 3 installation for Windows to be used by the test suite. This avoids accidentally using other versions on the machine.
This commit is contained in:
@@ -34,6 +34,7 @@ CMake_QT_STATIC_QWindowsIntegrationPlugin_LIBRARIES:STRING=${qt_win_libs}
|
||||
CMAKE_PREFIX_PATH:STRING=${qt_prefix}
|
||||
CMake_TEST_Qt4:BOOL=OFF
|
||||
CMake_TEST_Qt5:BOOL=OFF
|
||||
PYTHON_EXECUTABLE:FILEPATH=C:/Python/3.8-64/python.exe
|
||||
")
|
||||
set(ppflags "-D_WIN32_WINNT=0x601 -DNTDDI_VERSION=0x06010000")
|
||||
set(CFLAGS "${ppflags}")
|
||||
|
||||
@@ -34,6 +34,7 @@ CMake_QT_STATIC_QWindowsIntegrationPlugin_LIBRARIES:STRING=${qt_win_libs}
|
||||
CMAKE_PREFIX_PATH:STRING=${qt_prefix}
|
||||
CMake_TEST_Qt4:BOOL=OFF
|
||||
CMake_TEST_Qt5:BOOL=OFF
|
||||
PYTHON_EXECUTABLE:FILEPATH=C:/Python/3.8-64/python.exe
|
||||
")
|
||||
set(ppflags "-D_WIN32_WINNT=0x601 -DNTDDI_VERSION=0x06010000")
|
||||
set(CFLAGS "${ppflags}")
|
||||
|
||||
Reference in New Issue
Block a user