Skip to content

Commit

Permalink
Remove excess var
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 25, 2024
1 parent 867d0a5 commit 9f55dc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/AwsPrebuildDependency.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ endfunction()
# Get list of optional or platform-specific variables that may affect build process.
function(aws_get_variables_for_prebuild_dependency AWS_CMAKE_PREBUILD_ARGS)
set(variables "")
set(variablesToIgnore CMAKE_INSTALL_PREFIX)

# The CMake variables below were chosen for Linux, BSD, and Android platforms. If you want to use the prebuild logic
# on other platforms, the chances are you have to handle additional variables (like CMAKE_OSX_SYSROOT). Refer to
Expand Down

0 comments on commit 9f55dc9

Please sign in to comment.