Skip to content

Commit

Permalink
PS-4381 : PerconaFT needs different libraries to link to 8.0 debug sy…
Browse files Browse the repository at this point in the history
…nc and PFS

- Removed conditional linkage on tools to mysqlclient for Release builds and
  forced linkage to perconaserverclient.
  • Loading branch information
George O. Lorch III committed Aug 18, 2018
1 parent 9f020f3 commit af95b79
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/CMakeLists.txt
Expand Up @@ -20,11 +20,7 @@ foreach(tool ${tools})
target_link_libraries(${tool} sql binlog rpl master slave)
endif ()
else ()
if (MYSQL_BASE_VERSION VERSION_EQUAL "8.0")
target_link_libraries(${tool} mysqlclient)
else ()
target_link_libraries(${tool} perconaserverclient)
endif ()
target_link_libraries(${tool} perconaserverclient)
endif ()
endif ()

Expand Down

0 comments on commit af95b79

Please sign in to comment.