Commit 9cb05dc8 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Following autotools tradition, add preprocessor definitions specified in...

Following autotools tradition, add preprocessor definitions  specified in environment variable CPPFLAGS
parent befb02f9
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment