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

Collapse All | Expand All

(-)mysql-workbench-community-6.2.3-src/CMakeLists.txt (-1 / +1 lines)
Lines 85-91 find_package(TinyXML REQUIRED) Link Here
85
find_package(GDAL REQUIRED)
85
find_package(GDAL REQUIRED)
86
86
87
if (MYSQLCPPCONN_VERSION_1_1_4)
87
if (MYSQLCPPCONN_VERSION_1_1_4)
88
  add_definition(-DMYSQLCPPCONN_VERSION_1_1_4)
88
  add_definitions(-DMYSQLCPPCONN_VERSION_1_1_4)
89
endif ()
89
endif ()
90
90
91
if (UNIX)
91
if (UNIX)

Return to bug 541736