Skip to content

Commit

Permalink
Using "GUNDAM" as pbar tag instead of "T2K"
Browse files Browse the repository at this point in the history
  • Loading branch information
nadrino committed Dec 2, 2023
1 parent 1bdec6a commit 704c42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/submodules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include_directories(submodules/cpp-generic-toolbox/include)
#install(FILES ${CPP_GENERIC_TOOLBOX_HEADERS} DESTINATION include)
#install(FILES ${CPP_GENERIC_TOOLBOX_HEADERS_IMPL} DESTINATION include/implementation)

add_definitions( -D PROGRESS_BAR_FILL_TAG="\\\"GUNDAM\#"\\\" )
add_definitions( -D PROGRESS_BAR_FILL_TAG="\\\"GUNDAM"\\\" )
if (COLOR_OUTPUT)
add_definitions( -D PROGRESS_BAR_ENABLE_RAINBOW=1 )
else (COLOR_OUTPUT)
Expand Down

0 comments on commit 704c42e

Please sign in to comment.