Skip to content

Commit

Permalink
[vcpkg] Fix typo (microsoft#26388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W authored Aug 18, 2022
1 parent f90bbd0 commit a68c22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_find_acquire_program.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ function(vcpkg_find_acquire_program program)
endif()
set(version_command --version)
else()
message(FATAL "unknown tool ${program} -- unable to acquire.")
message(FATAL_ERROR "unknown tool ${program} -- unable to acquire.")
endif()

if("${program_name}" STREQUAL "")
Expand Down

0 comments on commit a68c22c

Please sign in to comment.