summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorsethg <sethg@geographika.co.uk>2022-09-27 15:02:58 +0200
committersethg <sethg@geographika.co.uk>2022-09-27 15:02:58 +0200
commite45d8d0efd26ec5109229074fe5154b9dd47c927 (patch)
tree11c1fc4f833d8b3783bd83062365c205a8f1191e /Doc
parent1d47e11da960af502a09cd9d22a5832fa9413143 (diff)
downloadswig-e45d8d0efd26ec5109229074fe5154b9dd47c927.tar.gz
Split build and install
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Windows.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html
index 96518c464..c822d2ca3 100644
--- a/Doc/Manual/Windows.html
+++ b/Doc/Manual/Windows.html
@@ -282,7 +282,8 @@ cmake -G "Visual Studio 16 2019" -A "x64" `
-DPCRE2_LIBRARY="$PCRE_ROOT/lib/pcre2-8-static.lib" `
-S . -B build
-cmake --build build --config Release --target install
+cmake --build build --config Release
+cmake --install build --config Release
# to test the exe built correctly
cd install2/bin