Skip to content

Commit

Permalink
Update cmake/AwsPrebuildDependency.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored Oct 16, 2024
1 parent e992ff8 commit 259a1b5
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 @@ -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})
Expand Down

0 comments on commit 259a1b5

Please sign in to comment.