Skip to content

Commit 4173293

Browse files
committed
windows: auto-generator
1 parent b57a779 commit 4173293

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

recipe/bld.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ set SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL=%PKG_VERSION%
44
if not "%GIT_DESCRIBE_NUMBER%"=="0" (
55
set SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL=%PKG_VERSION%.dev%GIT_DESCRIBE_NUMBER%+%GIT_DESCRIBE_HASH%
66
)
7-
:: -G "Visual Studio 16 2019" specifies the the generator
8-
:: -T v142 specifies the toolset
9-
pip install . --no-deps -Ccmake.args="-G Visual Studio 16 2019 -T v142"
7+
pip install . --no-deps
108
if errorlevel 1 exit 1

0 commit comments

Comments
 (0)