| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
98b9f52 Help: Document export(EXPORT) in the cmake-packages manual.
a1d2bda Don't copy find_dependency in configure_package_config_file.
f4f6529 Help: cmake-packages: Add missing slash.
cbe7e8f export: Implement EXPORT subcommand (#9822)
|
| |
| |
| |
| |
| |
| |
| | |
There is not really any need to. Downstreams can either rely on it
being provided by CMake, or copy and distribute it.
Change the documented include for the find_dependency macro.
|
|/ |
|
|\
| |
| |
| |
| |
| | |
3fe4ac8 Help: Add a CMake manual for Packages related docs.
20cafa2 Split the find_dependency macro into a separate file.
|
| |
| |
| |
| |
| | |
This allows Config file authors to use it without having to use
CONFIGURE_PACKAGE_CONFIG_FILE.
|
|\ \
| | |
| | |
| | |
| | | |
af7489d Add MirBSD platform support (#14659)
|
| | |
| | |
| | |
| | |
| | | |
Add a Modules/Platform/MirBSD.cmake module that just includes the
OpenBSD platform module.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
95c705a TestCXXAcceptsFlag: Update documentation (#14657)
|
| |/ /
| | |
| | |
| | |
| | | |
Document this module as deprecated and link to CheckCXXCompilerFlag.
Fix cut-n-paste-o and format macro signature.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
9650c09 FindBacktrace: Search and report only when not already found
|
| | |
| | |
| | |
| | |
| | |
| | | |
Avoid saying "... detected in default set..." each time CMake is run.
Prompted by Rolf Eike Beer on cmake-developers@.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
8632233 CPackWiX: allow customization of generated WiX sources
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Added a new variable CPACK_WIX_PATCH_FILE that users can point at an
XML patch file. Fragments defined within the patch file will be inserted
at supported insertion points (currently Component, File and Directory).
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
3e97bcb Use a config-specific moc parameters file, if needed.
b9f0d81 Define QT_NO_DEBUG for non-debug use of Qt 4.
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
62c276f FindSubversion: Use TortoiseSVN registry key to locate svn
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
If TortoiseSVN is not installed in the default path, the svn executable
installed by TortoiseSVN is not found.
Using the registry key should always find it.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
9b08e3f FindFreetype: Remove duplicates in FREETYPE_INCLUDE_DIRS
bc49d82 FindFreetype: Detect version string with Freetype 2.5
7435ae7 FindFreetype: Find ftheader.h with Freetype 2.5
|
| | | |
| | | |
| | | |
| | | |
| | | | |
In Freetype 2.5 the paths for FREETYPE_INCLUDE_DIR_ft2build and
FREETYPE_INCLUDE_DIR_freetype2 are the same
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
65ee85d CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Xcode 5.1 output no longer puts "./" in the path to the linker output
for the CompilerId test binary. Update our regex to match the path
with or without the component.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
05c518b FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly.
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
This fixes a regression in commit 21123416 where it was trying to better handle
a qmake from Qt5.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In commit ecd84147 (Fortran: Detect pointer size in gfortran on MinGW,
2011-11-29) we started testing for __SIZEOF_POINTER__ but not all GNU
Fortran compilers define this. Check also for __SIZEOF_SIZE_T__ which
at least one version of gfortran defines without also defining
__SIZEOF_POINTER__.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
e420124 CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND
0c55729 VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In the code path for launching the VS IDE tools, avoid using
CMAKE_MAKE_PROGRAM. Instead use the variables CMAKE_VS_DEVENV_COMMAND,
CMAKE_VS_MSBUILD_COMMAND, and CMAKE_VS_MSDEV_COMMAND to lookup the
location of the build tool needed. Choose the proper tool based on
availability and necessity for the language (e.g. Intel Fortran must
build with devenv.com and not MSBuild.exe).
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
e5e3f3d CTest: filter /showIncludes output from ninja compile launcher
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Teach "ctest --launch" a new "--filter-prefix" option. Set it using
the CMAKE_CL_SHOWINCLUDES_PREFIX value with the Ninja generator.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
eef42a0 ProcessorCount: make it work on Haiku
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
5d2452d Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622)
2b77b53 Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606)
424c6fc Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
s/defalut/default/
Reported-by: Stephan Tolksdorf <st@quanttec.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use consistent capitalization and write all words out in the cache entry
descriptions.
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Remove the platform-specific description from the cache entry help
strings for these variables.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
3189ed3 OS X: Fix app bundle search path during cross compiling (#14603)
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
In "Modules/Platform/Darwin.cmake" the variable _apps_paths stays empty
if cross compiling. Do not de-duplicate an empty list.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
7b390f7 CPackWiX: add CPack component support
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Creates a hierarchy of WiX features from CPack components and component groups.
Switch to the FeatureTree UI in case components have been defined.
Handles the component REQUIRE and HIDDEN options
and the component group EXPANDED option.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
5d3b0bb FindSWIG: allow to provide SWIG_DIR (#3498)
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
f39671c UseSWIG: Handle octave extensions.
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
74f5545 UseSWIG: set .bundle ext on OSX and no prefix (#12184)
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
a87c063 UseSWIG: Name python module according to swig flags (#13318)
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
b54c336 kate: add some documentation
9414217 kate: insert build targets
644e012 kate: add project generator for the Kate project plugin
|