From b21bc154e8f67d690a933ebd8edd15ab2d32a89d Mon Sep 17 00:00:00 2001 From: alehandru Date: Wed, 6 Sep 2023 19:19:37 -0700 Subject: [PATCH] specify enterprise --- build_windows_32/CMakeCache.txt | 4 ++-- build_windows_64/CMakeCache.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_windows_32/CMakeCache.txt b/build_windows_32/CMakeCache.txt index a027e08c428d3..fb10f7fa5f5f5 100644 --- a/build_windows_32/CMakeCache.txt +++ b/build_windows_32/CMakeCache.txt @@ -414,7 +414,7 @@ LIBRARY_OUTPUT_PATH:PATH= LIBRT:FILEPATH=LIBRT-NOTFOUND //Command to build the project -MAKECOMMAND:STRING="C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config "${CTEST_CONFIGURATION_TYPE}" +MAKECOMMAND:STRING="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config "${CTEST_CONFIGURATION_TYPE}" //Path to the memory checking command, used for memory error detection. MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND @@ -932,7 +932,7 @@ CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Visual Studio 17 2022 //Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Professional +CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Enterprise //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL=Win32 //Name of generator toolset. diff --git a/build_windows_64/CMakeCache.txt b/build_windows_64/CMakeCache.txt index 4868737b80d0d..19b1cccc213eb 100644 --- a/build_windows_64/CMakeCache.txt +++ b/build_windows_64/CMakeCache.txt @@ -414,7 +414,7 @@ LIBRARY_OUTPUT_PATH:PATH= LIBRT:FILEPATH=LIBRT-NOTFOUND //Command to build the project -MAKECOMMAND:STRING="C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config "${CTEST_CONFIGURATION_TYPE}" +MAKECOMMAND:STRING="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config "${CTEST_CONFIGURATION_TYPE}" //Path to the memory checking command, used for memory error detection. MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND @@ -932,7 +932,7 @@ CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Visual Studio 17 2022 //Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Professional +CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Enterprise //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL=x64 //Name of generator toolset.