Skip to content

Commit

Permalink
it wants : separate????
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Oct 10, 2024
1 parent d6a5336 commit 457d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AwsPrebuildDependency.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function(aws_prebuild_dependency)
file(MAKE_DIRECTORY ${depBinaryDir})
message(STATUS "XXXXXXXXXXXX depBinaryDir ${depBinaryDir}")
message(STATUS "XXXXXXXXXXXX CMAKE_COMMAND ${CMAKE_COMMAND}")
list(JOIN CMAKE_PREFIX_PATH ";" PREFIX_PATH_STR)
list(JOIN CMAKE_PREFIX_PATH ":" PREFIX_PATH_STR)
message(STATUS "XXXXXXXXXXXX PREFIX_PATH_STR ${PREFIX_PATH_STR}")

# For execute_process to accept a dynamically constructed command, it should be passed in a list format.
Expand Down

0 comments on commit 457d5ae

Please sign in to comment.