Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Nov 14, 2024
1 parent 94c6e62 commit baf7e4b
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 @@ -18,7 +18,7 @@ set(VCPKG_TARGET_TRIPLET wasm32-emscripten)
# set(VCPKG_TARGET_TRIPLET wasm32-emscripten)
# endif()

# Automatically set the vcpkg toolchain file if vcpkg exists as a submodule
# Automatically set the vcpkg toolchain file if vcpkg exists
if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake")
message("Using VCPKG Toolchain")
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake" CACHE STRING "Vcpkg toolchain file")
Expand Down

0 comments on commit baf7e4b

Please sign in to comment.