diff --git a/.github/workflows/ci_windows.yaml b/.github/workflows/ci_windows.yaml index e52cf5005..fa2f871df 100644 --- a/.github/workflows/ci_windows.yaml +++ b/.github/workflows/ci_windows.yaml @@ -88,7 +88,7 @@ jobs: -DBOOST_ROOT="${{ env.boost_path }}" ` -DBUILD_SHARED_LIBS=OFF ` -Ddeprecated-functions=OFF ` - -Dstatic_runtime=ON ` + -Dstatic_runtime=OFF ` -DVCPKG_TARGET_TRIPLET=x64-windows-static-release cmake --build build cmake --install build @@ -104,7 +104,7 @@ jobs: -DCMAKE_TOOLCHAIN_FILE="${{ env.RUNVCPKG_VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake" ` -DBOOST_ROOT="${{ env.boost_path }}" ` -DLibtorrentRasterbar_DIR="${{ env.libtorrent_path }}/lib/cmake/LibtorrentRasterbar" ` - -DMSVC_RUNTIME_DYNAMIC=OFF ` + -DMSVC_RUNTIME_DYNAMIC=ON ` -DTESTING=ON ` -DVCPKG_TARGET_TRIPLET=x64-windows-static-release ` -DVERBOSE_CONFIGURE=ON ` diff --git a/src/app/cmdoptions.cpp b/src/app/cmdoptions.cpp index 45f9cee6f..460b33d73 100644 --- a/src/app/cmdoptions.cpp +++ b/src/app/cmdoptions.cpp @@ -353,7 +353,7 @@ QBtCommandLineParameters parseCommandLine(const QStringList &args) if ((arg.startsWith(u"--") && !arg.endsWith(u".torrent")) || (arg.startsWith(u'-') && (arg.size() == 2))) - { + { // Parse known parameters if (arg == SHOW_HELP_OPTION) {