We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ed236 commit 3eab42cCopy full SHA for 3eab42c
make64.bat
@@ -42,7 +42,7 @@ if NOT "%_CONFIGBUILD%" == "" echo - - - - - - - - - - - - - - - - - - - -
42
:: -Wdev Enable developer warnings that are meant for the author of the CMakeLists.txt files.
43
:: -L This will effectively display current CMake settings.
44
:: --log-context message() command outputting context attached to each message
45
-cmake -G "NMake Makefiles" -B "%cmake_build_dir%" --install-prefix "%INSTALL_DIR:~0,-1%" -Wdev --warn-uninitialized --log-context -L
+cmake -G "NMake Makefiles" -Wdev --warn-uninitialized --log-context -L -B "%cmake_build_dir%" --install-prefix "%INSTALL_DIR:~0,-1%"
46
47
if ERRORLEVEL==1 goto END
48
if NOT "%_CONFIGBUILD%" == "" goto BUILD
0 commit comments