Commit a227746d authored by Andrey Pavlenko's avatar Andrey Pavlenko

removing extra quotes that causes build failure

parent 866d8c0c
...@@ -16,8 +16,8 @@ IF EXIST .\wincfg.cmd CALL .\wincfg.cmd ...@@ -16,8 +16,8 @@ IF EXIST .\wincfg.cmd CALL .\wincfg.cmd
POPD POPD
:: inherit old names :: inherit old names
IF NOT DEFINED CMAKE SET CMAKE="%CMAKE_EXE%" IF NOT DEFINED CMAKE SET CMAKE=%CMAKE_EXE%
IF NOT DEFINED MAKE SET MAKE="%MAKE_EXE%" IF NOT DEFINED MAKE SET MAKE=%MAKE_EXE%
:: defaults :: defaults
IF NOT DEFINED BUILD_DIR SET BUILD_DIR=build IF NOT DEFINED BUILD_DIR SET BUILD_DIR=build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment