Skip to content
Snippets Groups Projects

Version script werror

Merged Ben Boeckel requested to merge ben.boeckel/tiff:version-script-werror into for/vtk
  1. Jul 26, 2016
    • Ben Boeckel's avatar
      cmake: disable postfixing · 0cbb13f8
      Ben Boeckel authored
      VTK does its own postfixing, so let that happen instead.
      0cbb13f8
    • Ben Boeckel's avatar
      cmake: check for --version-script with -Werror · bc362267
      Ben Boeckel authored
      Under Xcode, the check passes due to it just reacting with "unused
      argument" while we fail in the main build due to the usage of the
      LINK_FLAGS property. Since try_compile does not use the LINK_FLAGS
      property to test its flags, we should instead check to make sure that
      the flag was also not complained about during the build.
      bc362267
Loading