Skip to content

Commit

Permalink
Fixed ColorReset delimiter
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Claudino <[email protected]>
  • Loading branch information
danclaudino committed Dec 20, 2024
1 parent de0a65c commit 6e32e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endif()
option(XACC_REMOTE_ACCELERATORS "Build remove (cloud) accelerators" ON)
if(NOT XACC_REMOTE_ACCELERATORS)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DREMOTE_DISABLED")
message(STATUS "${BoldYellow}Skipping remote accelerators. Only local simulators are now enabled.{ColorReset}")
message(STATUS "${BoldYellow}Skipping remote accelerators. Only local simulators are now enabled.${ColorReset}")
endif()

if(FROM_SETUP_PY AND NOT APPLE)
Expand Down

0 comments on commit 6e32e5e

Please sign in to comment.