commit | c371e4ad3561b4ab38807f0de10aaa93b552e999 | [log] [tgz] |
---|---|---|
author | Mario Emmenlauer <memmenlauer@biodataanalysis.de> | Thu Aug 05 15:28:28 2021 +0200 |
committer | Mario Emmenlauer <memmenlauer@biodataanalysis.de> | Wed Aug 11 19:27:56 2021 +0200 |
tree | 9972ce879ed9a5d5884fc7602f328d86b237a57f | |
parent | 22bb550f49cd91dc9eec69fab35a4b7485485009 [diff] [blame] |
Separate the cmake 'build' and 'install' targets
diff --git a/build/docker/msvc2017/build.bat b/build/docker/msvc2017/build.bat index 018805b..bdf1512 100644 --- a/build/docker/msvc2017/build.bat +++ b/build/docker/msvc2017/build.bat
@@ -42,4 +42,4 @@ cmake --build . --target check || EXIT /B :: Install -cmake --build . --target install +cmake --install .