Skip to content

Commit

Permalink
Changed checkmark character
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Aug 5, 2019
1 parent fcb1c0a commit 3ca8736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subgine-pkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ function(build_dependency dependency cmake-flags)
message(FATAL_ERROR "stopping due to previous errors")
endif()

message("Installed ${${dependency}.name}")
message("Installed ${${dependency}.name} ✔")

check_dependency_exist(${dependency} "${cmake-flags}" dependency-${${dependency}.name}-exists)
endfunction()
Expand Down Expand Up @@ -729,10 +729,10 @@ function(update_dependency_list dependency-list cmake-flags)
message("${${dependency}.name} build out of date... rebuilding")
update_dependency(${dependency} "${cmake-flags}")
else()
message("Found ${${dependency}.name}")
message("Found ${${dependency}.name} ✔")
endif()
else()
message("Found ${${dependency}.name}")
message("Found ${${dependency}.name} ✔")
endif()
endforeach()
endfunction()
Expand Down

0 comments on commit 3ca8736

Please sign in to comment.