@drTr0jan commented on this pull request.
@@ -8,7 +8,7 @@ option(PROFILE "Enable
profiling" OFF)
add_library(common_compiler_flags INTERFACE)
# Define the flags for the C compiler
-if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
+if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|amd64")
Yes, of course.
```sh
boris@boris:~/sources/kamailio% cmake --system-information | grep CMAKE_SYSTEM_PROCESSOR
CMAKE_SYSTEM_PROCESSOR "amd64"
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4104#discussion_r1915510776
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4104/review/2550875726(a)github.com>