Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 7, 2024
1 parent 3b06022 commit d1fa8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AwsPrebuildDependency.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function(aws_get_cmd_arguments_for_prebuild_dependency)
if ("${currentHelpString}" MATCHES "No help, variable specified on the command line.")
if("${var}" IN_LIST variables_to_ignore)
# TODO Remove.
cmake(WARNING "Ignoring ${var}")
message(WARNING "Ignoring ${var}")
continue()
endif()
set(escaped_var ${${var}})
Expand Down

0 comments on commit d1fa8fa

Please sign in to comment.