Skip to content

Commit

Permalink
build: remove bleeding whitespace (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd committed Jul 30, 2019
1 parent 17a0575 commit 25a813b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/SwiftSupport.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ function(add_swift_target target)
${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/${target}/${resources_dir})
foreach(resource ${AST_RESOURCES})
if(IS_DIRECTORY ${resource})
get_filename_component(resource_basename ${resource} NAME)
get_filename_component(resource_basename ${resource} NAME)
add_custom_command(TARGET
${target}
POST_BUILD
COMMAND
${CMAKE_COMMAND} -E copy_directory ${resource} ${CMAKE_CURRENT_BINARY_DIR}/${target}/${resources_dir}/${resource_basename})
else()
else()
add_custom_command(TARGET
${target}
POST_BUILD
Expand Down

0 comments on commit 25a813b

Please sign in to comment.