Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Jul 30, 2018
1 parent 5d0abde commit 2084a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/PostprocessBundle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(CMAKE_GENERATOR)
function(postprocess_bundle target path)
add_custom_command(TARGET ${target}
POST_BUILD
COMMAND ${CMAKE_COMMAND} -DBUNDLE_PATH="${path}"
COMMAND ${CMAKE_COMMAND} -D "BUNDLE_PATH=${path}"
-P "${POSTPROCESS_BUNDLE_MODULE_LOCATION}"
VERBATIM
)
Expand Down

0 comments on commit 2084a0f

Please sign in to comment.