From 259a1b5c9bbc8b1e574765d208eb9de2ac22a087 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Wed, 16 Oct 2024 11:34:27 -0700 Subject: [PATCH] Update cmake/AwsPrebuildDependency.cmake --- cmake/AwsPrebuildDependency.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/AwsPrebuildDependency.cmake b/cmake/AwsPrebuildDependency.cmake index 193ac8fb6..0a52f69a8 100644 --- a/cmake/AwsPrebuildDependency.cmake +++ b/cmake/AwsPrebuildDependency.cmake @@ -28,7 +28,6 @@ function(aws_prebuild_dependency) # Convert prefix path from list to escaped string, to be passed on command line string(REPLACE ";" "\\\\;" ESCAPED_PREFIX_PATH "${CMAKE_PREFIX_PATH}") # For execute_process to accept a dynamically constructed command, it should be passed in a list format. - set(cmakeCommand "${CMAKE_COMMAND}") list(APPEND cmakeCommand ${AWS_PREBUILD_SOURCE_DIR}) list(APPEND cmakeCommand -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE})