Skip to content
Snippets Groups Projects
  1. Dec 14, 2023
  2. Dec 13, 2023
  3. Dec 12, 2023
  4. Dec 11, 2023
  5. Dec 09, 2023
  6. Dec 08, 2023
  7. Dec 07, 2023
  8. Dec 06, 2023
    • Brad King's avatar
      FindCUDAToolkit: Fix stub library representation on reconfigure · d85bf99b
      Brad King authored
      Since commit 0744c02e (FindCUDAToolkit: targets pointing to stubs now
      use IMPORTED_IMPLIB, 2023-07-24, v3.28.0-rc1~309^2) we recognize CUDA
      stub libraries and represent them in a special way.  However, the logic
      only works on the first configuration of a build tree when the libraries
      are first found.  Once the results are cached, we incorrectly revert to
      the non-stub representation.
      
      Fix this by recognizing stub libraries based on their path instead.
      d85bf99b
Loading