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 fadfef4 commit 7a6f5dfCopy full SHA for 7a6f5df
cmake/AwsPrebuildDependency.cmake
@@ -36,8 +36,8 @@ function(aws_prebuild_dependency)
36
list(APPEND cmakeCommand ${cmakeOptionalVariables})
37
38
# The following variables should always be used.
39
+ list(APPEND cmakeCommand -H${AWS_PREBUILD_SOURCE_DIR})
40
list(APPEND cmakeCommand -B${depBinaryDir})
- list(APPEND cmakeCommand ${AWS_PREBUILD_SOURCE_DIR})
41
list(APPEND cmakeCommand -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE})
42
list(APPEND cmakeCommand -DCMAKE_PREFIX_PATH=${ESCAPED_PREFIX_PATH})
43
list(APPEND cmakeCommand -DCMAKE_INSTALL_PREFIX=${depInstallDir})
0 commit comments