From ef5d672d4df869cc95c6208413a7214162b77d47 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 5 Feb 2021 11:24:50 +0100 Subject: [PATCH] Also add prefix install path with _ --- win/run-cmake.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/run-cmake.bat b/win/run-cmake.bat index aa837c3a73..a824abb87b 100755 --- a/win/run-cmake.bat +++ b/win/run-cmake.bat @@ -73,7 +73,7 @@ if not (%1)==() ( ) pushd .. -set CMAKE_INSTALL_PREFIX=%CD%\installed-%GEN_SHORTHAND% +set CMAKE_INSTALL_PREFIX=%CD%\_installed-%GEN_SHORTHAND% popd IF NOT EXIST ..\%BUILD_DIR%. mkdir ..\%BUILD_DIR%