Skip to content

Commit

Permalink
Rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 14, 2024
1 parent a30b5f5 commit aeb891e
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 @@ -30,7 +30,7 @@ function(aws_prebuild_dependency)
# For execute_process to accept a dynamically constructed command, it should be passed in a list format.
set(cmakeCommand "${CMAKE_COMMAND}")

# Get the list of optional variables that may affect build process.
# Get the list of optional and platform-specific variables that may affect build process.
set(cmakeOptionalVariables "")
aws_get_variables_for_prebuild_dependency(cmakeOptionalVariables)
list(APPEND cmakeCommand ${cmakeOptionalVariables})
Expand Down

0 comments on commit aeb891e

Please sign in to comment.