mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 10:48:49 +00:00
vs-cfg: remove VS_HOST / VS_TOOLSET_HOST
They were added awhile ago in 67666ed for overcoming some win32 issues, which is not around anymore.
And now `VS_HOST` is never set (and therefore `VS_TOOLSET_HOST` is always empty too) and likely to be never used.
This commit is contained in:
+1
-5
@@ -197,11 +197,7 @@ if defined USE_NINJA (
|
||||
set ARCH_OPTION=-A %VS_PLATFORM%
|
||||
)
|
||||
|
||||
IF NOT "%VS_TOOLSET_HOST%"=="" (
|
||||
set VS_TOOLSET_OPTION=-T %VS_TOOLSET_HOST%
|
||||
)
|
||||
|
||||
cmake.exe %CMAKELISTS_DIR% -G %GENERATOR% %ARCH_OPTION% %VS_TOOLSET_OPTION% ^
|
||||
cmake.exe %CMAKELISTS_DIR% -G %GENERATOR% %ARCH_OPTION% ^
|
||||
-DCMAKE_INSTALL_PREFIX="%CMAKE_INSTALL_PREFIX%" ^
|
||||
-DWITH_ROCKSDB=On -DWITH_ZSTD=On ^
|
||||
-DCMAKE_PREFIX_PATH="%CMAKE_PREFIX_PATH%" ^
|
||||
|
||||
Reference in New Issue
Block a user