mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
auto-clone C/C, if possible
This commit is contained in:
parent
79fa256eb2
commit
5ea5a7f7e7
3 changed files with 19 additions and 6 deletions
|
|
@ -115,6 +115,11 @@ FOREACH(_base
|
|||
ENDIF()
|
||||
ENDFOREACH()
|
||||
|
||||
FOREACH(tool gtar tar git)
|
||||
STRING(TOUPPER ${tool} TOOL)
|
||||
FIND_PROGRAM(${TOOL}_EXECUTABLE ${tool} DOC "path to the executable")
|
||||
MARK_AS_ADVANCED(${TOOL}_EXECUTABLE)
|
||||
ENDFOREACH()
|
||||
|
||||
# Following autotools tradition, add preprocessor definitions
|
||||
# specified in environment variable CPPFLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue