Also add prefix install path with _

This commit is contained in:
Thomas Krijnen
2021-02-05 11:24:50 +01:00
committed by GitHub
parent 01b1f4642f
commit ef5d672d4d
+1 -1
View File
@@ -73,7 +73,7 @@ if not (%1)==() (
) )
pushd .. pushd ..
set CMAKE_INSTALL_PREFIX=%CD%\installed-%GEN_SHORTHAND% set CMAKE_INSTALL_PREFIX=%CD%\_installed-%GEN_SHORTHAND%
popd popd
IF NOT EXIST ..\%BUILD_DIR%. mkdir ..\%BUILD_DIR% IF NOT EXIST ..\%BUILD_DIR%. mkdir ..\%BUILD_DIR%