Skip to content

Commit 7c947ed

Browse files
committed
install only development and runtime, not doc
1 parent 16597be commit 7c947ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libxslt-static/bld.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ cmake --build . --config Release
1616
if errorlevel 1 exit 1
1717

1818
REM Install step
19-
cmake --install . --config Release
19+
cmake --install . --config Release --component Development
20+
cmake --install . --config Release --component Runtime
2021
if errorlevel 1 exit 1
2122

2223
REM Remove test runners

0 commit comments

Comments
 (0)