Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Nov 25, 2024
1 parent c38e1b3 commit 31a77da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (USE_PACKAGED_SUBMODULES)
else()
message("USE_PACKAGED_SUBMODULES is OFF")
if (CMAKE_GENERATOR MATCHES "MinGW")
set(VCPKG_TARGET_TRIPLET "x64-mingw")
set(VCPKG_TARGET_TRIPLET "x64-mingw-dynamic")
endif ()
if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake")
message("Using VCPKG Toolchain")
Expand Down

0 comments on commit 31a77da

Please sign in to comment.