Skip to content
Snippets Groups Projects
  1. Sep 09, 2011
  2. Sep 08, 2011
  3. Sep 07, 2011
  4. Sep 06, 2011
  5. Sep 05, 2011
  6. Sep 04, 2011
  7. Sep 03, 2011
  8. Sep 02, 2011
    • David Cole's avatar
      FindPackageMessage: Eliminate new lines using REGEX REPLACE · cd81da30
      David Cole authored
      Re-fix problem exposed by recent commit to FindPythonInterp.
      If the find "details" has new lines in it, then replace them
      with the empty string so that the string may be saved as a
      cache entry that can be re-read next time CMake runs.
      
      Use REGEX REPLACE, and replace with an empty string, eliminating
      the problem characters, so that we may easily extend this to
      include additional problem characters in the future if necessary.
      cd81da30
Loading