Skip to content

Commit

Permalink
Merge pull request #65 from danclaudino/bugfix_color_reset
Browse files Browse the repository at this point in the history
Fixed ColorReset bug
  • Loading branch information
danclaudino authored Dec 20, 2024
2 parents de0a65c + 6e32e5e commit b5eaaf7
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 b5eaaf7

Please sign in to comment.