We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e08256 commit f58e807Copy full SHA for f58e807
cmake/AwsPrebuildDependency.cmake
@@ -29,7 +29,7 @@ function(aws_prebuild_dependency)
29
string(REPLACE ";" "\\\\;" ESCAPED_PREFIX_PATH "${CMAKE_PREFIX_PATH}")
30
# For execute_process to accept a dynamically constructed command, it should be passed in a list format.
31
set(cmakeCommand "${CMAKE_COMMAND}")
32
- list(APPEND cmakeCommand -S ${AWS_PREBUILD_SOURCE_DIR})
+ list(APPEND cmakeCommand ${AWS_PREBUILD_SOURCE_DIR})
33
list(APPEND cmakeCommand -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE})
34
list(APPEND cmakeCommand -DCMAKE_PREFIX_PATH=${ESCAPED_PREFIX_PATH})
35
list(APPEND cmakeCommand -DCMAKE_INSTALL_PREFIX=${depInstallDir})
0 commit comments