diff --git a/src/cc/rogue/rogue_build_msvc.cmd b/src/cc/rogue/rogue_build_msvc.cmd index e49ab7228..77e7cd852 100644 --- a/src/cc/rogue/rogue_build_msvc.cmd +++ b/src/cc/rogue/rogue_build_msvc.cmd @@ -57,7 +57,7 @@ pushd curl mkdir build64 & pushd build64 cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=%PREFIX_DIR% -DCMAKE_USE_WINSSL:BOOL=ON .. -rem cmake --build . --config Release --target libcurl +cmake --build . --config Release --target libcurl cmake --build . --config Release --target install popd popd