~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-security

« back to all changes in this revision

Viewing changes to libmysql/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2015-06-13 21:09:48 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20150613210948-0un6au1f6ujj37lv
Tags: upstream-5.5.44
Import upstream version 5.5.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
  CONFIGURE_FILE(
359
359
    ${VERSION_SCRIPT_TEMPLATE}
360
360
    ${CMAKE_CURRENT_BINARY_DIR}/libmysql_versions.ld
361
 
    @ONLY@
 
361
    @ONLY
362
362
  )
363
363
  SET(VERSION_SCRIPT_LINK_FLAGS 
364
364
    "-Wl,${CMAKE_CURRENT_BINARY_DIR}/libmysql_versions.ld")