13 lines
568 B
Plaintext
13 lines
568 B
Plaintext
Preset CMake variables:
|
|
|
|
CMAKE_BUILD_TYPE="Release"
|
|
CMAKE_EXPORT_COMPILE_COMMANDS="ON"
|
|
CMAKE_PREFIX_PATH="D:/Qt/6.11.1/msvc2022_64"
|
|
CMAKE_TOOLCHAIN_FILE:FILEPATH="D:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg/scripts/buildsystems/vcpkg.cmake"
|
|
VCPKG_TARGET_TRIPLET="x64-windows"
|
|
VTK_DIR="E:/gitea/geopro/external/vtk-install/lib/cmake/vtk-9.6"
|
|
|
|
CMake Error: Error: generator platform: x64
|
|
Does not match the platform used previously:
|
|
Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.
|