mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Merge 10.4 into 10.5
This commit is contained in:
commit
5f8561a6bc
84 changed files with 2226 additions and 593 deletions
|
|
@ -89,7 +89,12 @@ else()
|
|||
endif()
|
||||
set_target_properties(libgroonga PROPERTIES OUTPUT_NAME "groonga")
|
||||
|
||||
if (HAVE_GCC_C11_ATOMICS_WITH_LIBATOMIC)
|
||||
set(ATOMIC_LIBS atomic)
|
||||
endif()
|
||||
|
||||
set(GRN_ALL_LIBRARIES
|
||||
${ATOMIC_LIBS}
|
||||
${EXECINFO_LIBS}
|
||||
${RT_LIBS}
|
||||
${PTHREAD_LIBS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue