mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Following autotools tradition, add preprocessor definitions specified in environment variable CPPFLAGS
This commit is contained in:
parent
b4d6a13510
commit
4fe79c7d58
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ ENDIF()
|
|||
|
||||
PROJECT(MySQL)
|
||||
|
||||
# Following autotools tradition, add preprocessor definitions
|
||||
# specified in environment variable CPPFLAGS
|
||||
IF(DEFINED ENV{CPPFLAGS})
|
||||
ADD_DEFINITIONS($ENV{CPPFLAGS})
|
||||
ENDIF()
|
||||
|
||||
IF(CYGWIN)
|
||||
SET(WIN32 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue