Skip to content
Snippets Groups Projects
  1. Sep 13, 2022
  2. Sep 12, 2022
  3. Sep 11, 2022
  4. Sep 10, 2022
    • Craig Scott's avatar
      FetchContent: Fix unsetting wrong variable name after provider returns · d9a6e0ff
      Craig Scott authored
      The unset() command was using __cmake_contentNameLower before that
      variable was restored from the __cmake_fcCurrentVarsStack. That means
      if there had been a nested call to FetchContent_MakeAvailable(), the wrong
      variable name would have been cleared (the nested name instead of the
      one from the current call). That would have left the variable set upon return,
      blocking the dependency provider from seeing any further calls to
      FetchContent_MakeAvailable() in the current variable scope or below for the
      current dependency.
      d9a6e0ff
  5. Sep 09, 2022
  6. Sep 07, 2022
  7. Sep 06, 2022
  8. Sep 05, 2022
  9. Sep 04, 2022
  10. Sep 02, 2022
  11. Sep 01, 2022
  12. Aug 31, 2022
Loading