| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
2ec97b13 FindProtobuf: Add protobuf_generate_python function
|
| | |
|
| |
| |
| |
| |
| | |
These commands concatenate all their input before matching. Document
this behavior.
|
|/
|
|
|
| |
Add section headers and titles for each command signature. Group
related commands into sections.
|
|\
| |
| |
| |
| | |
fd26a19a FindHDF5: Add NAMES_PER_DIR and introduce HDF5_PREFER_PARALLEL
|
| |
| |
| |
| |
| |
| |
| | |
The calls to find_program now use NAMES_PER_DIR so that the first executable
(e.g. h5pcc) appearing on their PATH will get chosen. The HDF5_PREFER_PARALLEL
variable swaps the search order when it is set to true in the event that a
directory being search contains both h5cc and h5pcc.
|
|/ |
|
|\
| |
| |
| |
| | |
2a7772ff CPack: don't mangle CMake-special characters when applying default settings
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Mangling is prevented by using a function instead of a macro for setting
default value of some CPack variables. Function is meant for internal use
in CPack.cmake only.
Old macro is deprecated but kept for backwards compatibility - was
intended for internal use only as it can't be used for CPack after
CPack.cmake script is included.
Patch removes local workarounds that were required by old macro,
fixes default setting of variables that by default inherit value from
another variable that already went through old default setting macro
(e.g. value of CPACK_PACKAGE_INSTALL_REGISTRY_KEY caused error for
wrong escapes if CPACK_PACKAGE_INSTALL_DIRECTORY contained escaped
back slashes) and provides a test for correct escaping of characters.
|
|\ \
| | |
| | |
| | |
| | | |
4de7c812 CPack/Deb: enable per component setting of dependencies
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
d8e233d8 Help: Add notes for topic 'FindwxWidgets-updates'
15aacb68 FindwxWidgets: Add wxWidgets webview component
8122fbd0 FindwxWidgets: Expect wxWidgets 3.1
6089fde5 FindwxWidgets: allow specifying required version
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
2fbc41f3 Record compile features for GNU C on Windows (#15727)
|
| |/
| |
| |
| | |
Drop the 'UNIX' condition on GNU C compiler features.
|
|\ \
| |/
|/|
| |
| | |
8bfa34b7 Help: Fix typo in get_filename_component docs
|
| |
| |
| |
| | |
trailing slahes -> trailing slashes
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
8ea7611b find_program: Optionally consider all names in each directory
fc1990c9 cmFindProgramCommand: Re-implement search using more flexible approach
fdbfc9f6 Tests: Add explicit testing for find_program
907a919b cmSystemTools: Drop unused StringEndsWith method
ed4de3c9 cmFindProgramCommand: Use Names member instead of passing it
bf32b95e cmFindLibraryCommand: Avoid repeating search for the same name
|
| |/
| |
| |
| |
| |
| |
| | |
When more than one value is given to the NAMES option this command by
default will consider one name at a time and search every directory for
it. Add a NAMES_PER_DIR option to tell this command to consider one
directory at a time and search for all names in it.
|
|\ \
| | |
| | |
| | |
| | | |
369a8cde FindOpenSSL: Optionally search only for static libraries
|
| |/
| |
| |
| |
| |
| |
| | |
Add an OPENSSL_USE_STATIC_LIBS option to enable it. Adjust
CMAKE_FIND_LIBRARY_SUFFIXES to only look for .a and .lib files. Also
adjust the search paths on Windows for installer locations of static
libraries.
|
|/
|
|
|
|
| |
Provide each variant in ZLIB_LIBRARIES and ZLIB::ZLIB imported location
properties when one is found, while maintaining support for manually
setting the library via ZLIB_LIBRARY.
|
|\
| |
| |
| |
| | |
4476feac UseJava: Add support for javah tool
|
| |
| |
| |
| | |
Add a `create_javah` API.
|
| |
| |
| |
| |
| |
| | |
In CMake 3.0, the load_command command was deprecated. However, the
position of load_command in the help TOC was not fixed at that time:
it was still listed as a "Normal Command".
|
|\ \
| | |
| | |
| | |
| | | |
3bb707f0 Help: Improve formatting of variable documentation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Improve formatting, primarily by:
* Adding links to relevant commands, properties, generators, and so on.
* Converting code, symbols, paths, and so on to fixed-width fonts.
* Hard wrapping lines to 80 characters or less.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | | |
f799ffb5 Do not set SONAME for MODULE library targets (#15705)
899458ab Tests: Cover NO_SONAME property for SHARED libraries
|
| |/
| |
| |
| |
| | |
The SONAME field is only useful for shared libraries that application
link against.
|
|/
|
|
|
|
| |
In the get_filename_component command, add a new BASE_DIR parameter to
use with the ABSOLUTE and REALPATH options. This will be used when
finding an absolute path from a relative path.
|
|\
| |
| |
| |
| |
| | |
7f0b83e0 try_compile: Update documentation for other propagated variables
fb77c2c5 try_compile: Propogate the CMAKE_LINK_SEARCH_ variables
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
db292564 FindXercesC: Add support for 3D_1 variant of the library
021bf871 FindXercesC: Find debug and release libraries separately
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| | |
970a741f Help: Add notes for topic 'add-link-search-static-properties-defaults'
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
d25819bc Add generator expression support to OUTPUT_DIRECTORY target properties
e36a05fd cmTarget: Detect and diagnose recursion in GetOutputInfo
|
| |
| |
| |
| |
| |
| |
| | |
If {ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY is set with a genex then
do not add the per-config subdirectory on multi-config generators.
This will allow projects to use $<CONFIG> to place the per-config
part of the directory path somewhere other than the end.
|
|/
|
|
|
|
| |
Use the CMAKE_LINK_SEARCH_START_STATIC and CMAKE_LINK_SEARCH_END_STATIC
variables to initialize the LINK_SEARCH_START_STATIC and
LINK_SEARCH_END_STATIC target properties respectively.
|
|\
| |
| |
| |
| |
| |
| | |
cc23f0e9 UseJava: Teach install_jar new DESTINATION and COMPONENT options
3d287de4 UseJava: Teach add_jar to support file syntax for sources
e72806fb FindJava: Add support for idlj and jarsigner tools
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
Link to the generators that implement these properties. Explain in
more detail why other generators ignore them.
|
|\
| |
| |
| |
| |
| | |
14e49ed1 if: Add "TEST <test>" condition
623dcc85 ExternalProject: Avoid if() auto-dereference of a "TEST" variable
|
| |
| |
| |
| |
| |
| |
| |
| | |
if(TEST TestNameThatExists) will return true if a test with the name
TestNameThatExists has been added with add_test. The syntax is similar
to if(TARGET TargetName). Since use of "TEST" as an argument to if()
could previously be interpreted as a non-keyword argument, add policy
CMP0064 to treat it as a keyword as NEW behavior.
|
|\ \
| | |
| | |
| | |
| | | |
fe2e503e Help: Document string(FIND) return value when no match is found
|
| |/ |
|