Brad King
|
d53e5dec37
ENH: In find_* implementation centralize addition of trailing slashes
|
17 年之前 |
Brad King
|
abb1c0e25e
BUG: Fix find_* command calls with no PATHS but new-style options.
|
17 年之前 |
Brad King
|
3c8ed0d600
BUG: Fix cmFindBase::AddMacPath to actually use its arguments after previous refactoring commit.
|
17 年之前 |
Brad King
|
789c167b6f
ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand
|
17 年之前 |
Brad King
|
a9a33a5c5e
BUG: Fix 64-bit build of CMake so it can find 32-bit VS install.
|
17 年之前 |
Brad King
|
3571198ea8
BUG: Fix previous registry lookup change for executables.
|
17 年之前 |
Brad King
|
41ceabb60f
BUG: Fix registry lookups for FIND commands to use view of target platform.
|
17 年之前 |
Bill Hoffman
|
60e0c7ed9c
ENH: better fix for not adding /
|
17 年之前 |
Bill Hoffman
|
2218d1527f
BUG: 7011 findqt hangs because of glob with find_path and framework header serach
|
17 年之前 |
Bill Hoffman
|
d7e50fb271
BUG: fix network path by mistake in search
|
17 年之前 |
Brad King
|
5233b75a77
ENH: Improve handling of old-style compatibility.
|
17 年之前 |
Alexander Neundorf
|
9e8a1c639a
STYLE: PATHS is optional (#6253)
|
18 年之前 |
Alexander Neundorf
|
eccee212e1
STYLE: fix typo (#6252)
|
18 年之前 |
Brad King
|
b424df917d
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.
|
18 年之前 |
Amitha Perera
|
4d9259c15b
STYLE: Spelling fixes on documentation
|
18 年之前 |
Alexander Neundorf
|
9aeffa6e11
BUG: fix #6105, if a directory inside CMAKE_FIND_ROOT_PATH is given to a
|
18 年之前 |
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 年之前 |
Brad King
|
07db9b83a7
ENH: Renamed CMAKE_FIND_PREFIX_PATH to CMAKE_PREFIX_PATH for brevity and consistency with other find path variable names.
|
18 年之前 |
Brad King
|
d1fdc38c68
ENH: Added CMAKE_SYSTEM_PREFIX_PATH variable.
|
18 年之前 |
Brad King
|
540a98aa45
STYLE: Fixed terminology to avoid confusion between roots and prefixes.
|
18 年之前 |
Alexander Neundorf
|
e22f6b7f05
STYLE: change wording of FIND_XXX() docs to be more correct
|
18 年之前 |
Alexander Neundorf
|
0398d8ad38
ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.
|
18 年之前 |
Brad King
|
546d7e72d9
BUG: Fixed spelling and formatting of new documentation.
|
18 年之前 |
Alexander Neundorf
|
e737d7d07a
|
18 年之前 |
Alexander Neundorf
|
aee311a89d
|
18 年之前 |
Alexander Neundorf
|
61d3444f93
|
18 年之前 |
Bill Hoffman
|
255a4b966e
BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake
|
19 年之前 |
Bill Hoffman
|
93002a4400
BUG: fix for 4009 lib64 should work with path suffix
|
19 年之前 |
Brad King
|
bfe885f6ef
ENH: Clarified search behavior when the objective is not found.
|
19 年之前 |
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 年之前 |