Skip to content
Snippets Groups Projects
  1. Oct 15, 2013
  2. Oct 14, 2013
  3. Oct 13, 2013
  4. Oct 12, 2013
  5. Oct 11, 2013
    • Stephen Kelly's avatar
      cmTarget: Deprecate the LOCATION target property with a policy. · e4e5b28c
      Stephen Kelly authored
      The final location and name of a build-target is not determined
      until generate-time. However, reading the LOCATION property from
      a target is currently allowed at configure time. Apart from creating
      possibly-erroneous results, this has an impact on the implementation
      of cmake itself, and prevents some major cleanups from being made.
      
      Disallow reading LOCATION from build-targets with a policy. Port some
      existing uses of it in CMake itself to use the TARGET_FILE generator
      expression.
      e4e5b28c
    • Vladislav Vinogradov's avatar
      FindCUDA: Fix NPP library search for CUDA 5.5 · 50762188
      Vladislav Vinogradov authored and Brad King's avatar Brad King committed
      In CUDA 5.5 NPP was divided onto 3 separate libraries: nppc, npps, nppi.
      50762188
    • Stephen Kelly's avatar
      Deprecate COMPILE_FLAGS target property. · 3507d5af
      Stephen Kelly authored
      It is succeeded by COMPILE_OPTIONS, which supports generator
      expressions, is a list rather than a string, and is properly
      escaped.
      3507d5af
Loading