Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 627452 | Differences between
and this patch

Collapse All | Expand All

(-)libxlsxwriter-RELEASE_1.0.6.orig/CMakeLists.txt (+5 lines)
Lines 127-137 Link Here
127
option(USE_OPENSSL_MD5 "Build libxlsxwriter with the OpenSSL MD5 lib" OFF)
127
option(USE_OPENSSL_MD5 "Build libxlsxwriter with the OpenSSL MD5 lib" OFF)
128
option(USE_FMEMOPEN "Use fmemopen() in place of some temporary files" OFF)
128
option(USE_FMEMOPEN "Use fmemopen() in place of some temporary files" OFF)
129
option(IOAPI_NO_64 "Disable 64-bit filesystem support" OFF)
129
option(IOAPI_NO_64 "Disable 64-bit filesystem support" OFF)
130
option(USE_DOUBLE_FUNCTION "use double function (avoid locale problem)" OFF)
130
131
131
if(MSVC)
132
if(MSVC)
132
    option(USE_STATIC_MSVC_RUNTIME "Use the static runtime library" OFF)
133
    option(USE_STATIC_MSVC_RUNTIME "Use the static runtime library" OFF)
133
endif()
134
endif()
134
135
136
IF(USE_DOUBLE_FUNCTION)
137
    ADD_DEFINITIONS(-DUSE_DOUBLE_FUNCTION)
138
ENDIF(USE_DOUBLE_FUNCTION)
139
135
if(DEFINED ENV{${ZLIB_ROOT}})
140
if(DEFINED ENV{${ZLIB_ROOT}})
136
    set(ZLIB_ROOT $ENV{ZLIB_ROOT})
141
    set(ZLIB_ROOT $ENV{ZLIB_ROOT})
137
endif()
142
endif()

Return to bug 627452