Skip to content

Commit 591e722

Browse files
committed
cmake: style adjustments
1 parent f0bbf67 commit 591e722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ if (BUILD_SENTRY_PLUGIN)
397397
target_link_libraries(flutter-pi PUBLIC ${handler_deps})
398398
endif()
399399
endif()
400-
message(STATUS "Sentry plugin: ${BUILD_SENTRY_PLUGIN}")
401-
message(STATUS "Bundle crashpad_handler: ${HAVE_BUNDLED_CRASHPAD_HANDLER}")
400+
message(STATUS "Sentry plugin .......... ${BUILD_SENTRY_PLUGIN}")
401+
message(STATUS "Bundle crashpad_handler ${HAVE_BUNDLED_CRASHPAD_HANDLER}")
402402

403403
# Needed so dart VM can actually resolve symbols in the same
404404
# executable. (For dart:ffi DynamicLibrary.executable / DynamicLibrary.process)

0 commit comments

Comments
 (0)