updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-08-04 19:12:42 -05:00
parent fa0f648a0b
commit 60b89c5c08
3 changed files with 62 additions and 7 deletions

View File

@ -18,11 +18,6 @@ if(HAS_SETXATTR)
add_definitions(-DHAS_SETXATTR)
endif()
check_include_files("wordexp.h" HAS_WORDEXP_H)
if(HAS_WORDEXP_H)
add_definitions(-DHAS_WORDEXP_H)
endif()
include(cmake/versions.cmake)
include(cmake/arch.cmake)
include(cmake/os.cmake)