Skip to content

Commit 6f2b91e

Browse files
committed
Fixed format
1 parent bbedaec commit 6f2b91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ else()
6969
else()
7070
message(
7171
FATAL_ERROR
72-
"opentelemetry-cpp: unrecognized target processor ${CMAKE_SYSTEM_PROCESSOR} configuration!")
72+
"opentelemetry-cpp: unrecognized target processor ${CMAKE_SYSTEM_PROCESSOR} configuration!"
73+
)
7374
endif()
7475
endif()
7576
message(STATUS "Building for architecture ARCH=${ARCH}")

0 commit comments

Comments
 (0)