Commit History

Author SHA1 Message Date
  Brad King d53e5dec37 ENH: In find_* implementation centralize addition of trailing slashes 17 years ago
  Brad King abb1c0e25e BUG: Fix find_* command calls with no PATHS but new-style options. 17 years ago
  Brad King 3c8ed0d600 BUG: Fix cmFindBase::AddMacPath to actually use its arguments after previous refactoring commit. 17 years ago
  Brad King 789c167b6f ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand 17 years ago
  Brad King a9a33a5c5e BUG: Fix 64-bit build of CMake so it can find 32-bit VS install. 17 years ago
  Brad King 3571198ea8 BUG: Fix previous registry lookup change for executables. 17 years ago
  Brad King 41ceabb60f BUG: Fix registry lookups for FIND commands to use view of target platform. 17 years ago
  Bill Hoffman 60e0c7ed9c ENH: better fix for not adding / 17 years ago
  Bill Hoffman 2218d1527f BUG: 7011 findqt hangs because of glob with find_path and framework header serach 17 years ago
  Bill Hoffman d7e50fb271 BUG: fix network path by mistake in search 17 years ago
  Brad King 5233b75a77 ENH: Improve handling of old-style compatibility. 17 years ago
  Alexander Neundorf 9e8a1c639a STYLE: PATHS is optional (#6253) 18 years ago
  Alexander Neundorf eccee212e1 STYLE: fix typo (#6252) 18 years ago
  Brad King b424df917d ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. 18 years ago
  Amitha Perera 4d9259c15b STYLE: Spelling fixes on documentation 18 years ago
  Alexander Neundorf 9aeffa6e11 BUG: fix #6105, if a directory inside CMAKE_FIND_ROOT_PATH is given to a 18 years ago
  Brad King 0a7bb41129 ENH: Make FIND_* commands look in the CMAKE_PREFIX_PATH directories directly after looking in each command's specific subdirectory (/include, /lib, or /bin). This may be useful on Windows where projects could be installed in a single directory. See issue #4947. 18 years ago
  Brad King 07db9b83a7 ENH: Renamed CMAKE_FIND_PREFIX_PATH to CMAKE_PREFIX_PATH for brevity and consistency with other find path variable names. 18 years ago
  Brad King d1fdc38c68 ENH: Added CMAKE_SYSTEM_PREFIX_PATH variable. 18 years ago
  Brad King 540a98aa45 STYLE: Fixed terminology to avoid confusion between roots and prefixes. 18 years ago
  Alexander Neundorf e22f6b7f05 STYLE: change wording of FIND_XXX() docs to be more correct 18 years ago
  Alexander Neundorf 0398d8ad38 ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. 18 years ago
  Brad King 546d7e72d9 BUG: Fixed spelling and formatting of new documentation. 18 years ago
  Alexander Neundorf e737d7d07a 18 years ago
  Alexander Neundorf aee311a89d 18 years ago
  Alexander Neundorf 61d3444f93 18 years ago
  Bill Hoffman 255a4b966e BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake 19 years ago
  Bill Hoffman 93002a4400 BUG: fix for 4009 lib64 should work with path suffix 19 years ago
  Brad King bfe885f6ef ENH: Clarified search behavior when the objective is not found. 19 years ago
  Brad King ec637248da BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache. 19 years ago