Skip to content

Commit a223e16

Browse files
Update agent/native/CMakeLists.txt
1 parent 767ea7d commit a223e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(EXISTS /etc/alpine-release)
3131
endif()
3232

3333
if ((NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Linux") OR (NOT ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64"))
34-
message(FATAL_ERROR "System or architecure not supported")
34+
message(FATAL_ERROR "System or architecture not supported")
3535
endif()
3636

3737
include(elastic_set_default_build_options)

0 commit comments

Comments
 (0)