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

Collapse All | Expand All

(-)a/backend/wbprivate/CMakeLists.txt (+2 lines)
Lines 97-102 target_link_libraries(wbprivate Link Here
97
    mforms
97
    mforms
98
    wbpublic::wbpublic
98
    wbpublic::wbpublic
99
    Rapidjson::Rapidjson
99
    Rapidjson::Rapidjson
100
    ${PCRE_LIBRARIES}
101
    ${LIBZIP_LIBRARIES}
100
)
102
)
101
103
102
add_library(wbprivate_Iface INTERFACE)
104
add_library(wbprivate_Iface INTERFACE)
(-)a/build/cmake/Modules/FindMySQLCppConn.cmake (-1 / +1 lines)
Lines 27-33 if (MySQLCppConn_INCLUDE_DIRS AND MySQLCppConn_LIBRARIES) Link Here
27
  set(MySQLCppConn_FIND_QUIETLY TRUE)
27
  set(MySQLCppConn_FIND_QUIETLY TRUE)
28
endif ()
28
endif ()
29
29
30
find_path(MySQLCppConn_INCLUDE_DIR NAMES mysql_connection.h PATHS /usr/include /usr/local/include)
30
find_path(MySQLCppConn_INCLUDE_DIR NAMES mysql_connection.h PATHS /usr/include /usr/include/jdbc /usr/local/include /usr/local/include/jdbc)
31
31
32
SET(MySQLCppConn_NAMES mysqlcppconn)
32
SET(MySQLCppConn_NAMES mysqlcppconn)
33
33
(-)a/library/mysql.canvas/src/CMakeLists.txt (+1 lines)
Lines 94-99 target_link_libraries(mdcanvasgtk Link Here
94
  PRIVATE 
94
  PRIVATE 
95
    mdcanvas 
95
    mdcanvas 
96
    wbbase 
96
    wbbase 
97
    ${OPENGL_LIBRARIES}
97
)
98
)
98
99
99
if(BUILD_FOR_GCOV)
100
if(BUILD_FOR_GCOV)

Return to bug 702340