mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: remove obsolete ARCH variable
This commit is contained in:
parent
6f7386afbf
commit
b12fa2e81b
1 changed files with 0 additions and 6 deletions
|
@ -67,12 +67,6 @@ endif()
|
|||
add_definitions(-D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE)
|
||||
add_compile_options(-Wall -Werror -fdiagnostics-color=auto)
|
||||
|
||||
execute_process(
|
||||
COMMAND uname -m
|
||||
COMMAND tr -d '\n'
|
||||
OUTPUT_VARIABLE ARCH
|
||||
)
|
||||
|
||||
# Check OS
|
||||
check_include_file("sys/eventfd.h" HAS_EVENTFD)
|
||||
check_include_file("semaphore.h" HAS_SEMAPHORE)
|
||||
|
|
Loading…
Add table
Reference in a new issue