We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767ea7d commit a223e16Copy full SHA for a223e16
agent/native/CMakeLists.txt
@@ -31,7 +31,7 @@ if(EXISTS /etc/alpine-release)
31
endif()
32
33
if ((NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Linux") OR (NOT ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64"))
34
- message(FATAL_ERROR "System or architecure not supported")
+ message(FATAL_ERROR "System or architecture not supported")
35
36
37
include(elastic_set_default_build_options)
0 commit comments