From 9f55dc978d569ddeaf5f3dd993f4cd1670f112ad Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Mon, 25 Nov 2024 12:58:46 -0800 Subject: [PATCH] Remove excess var --- cmake/AwsPrebuildDependency.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/AwsPrebuildDependency.cmake b/cmake/AwsPrebuildDependency.cmake index 9386be1b5..36aa136d9 100644 --- a/cmake/AwsPrebuildDependency.cmake +++ b/cmake/AwsPrebuildDependency.cmake @@ -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