Brad King 36d9a01a31 Merge topic 'try_compile-custom-variables' 9 years ago
..
0-sample-topic.rst c84dfa7457 Begin post-3.5 development 10 years ago
CMakePushCheckState-CMAKE_EXTRA_INCLUDE_FILES.rst 72a862a55b CMakePushCheckState: Add support for CMAKE_EXTRA_INCLUDE_FILES 10 years ago
ExternalProject-git-clone-shallow.rst 7db9f3f294 ExternalProject: Add option to perform a shallow Git clone (#15291) 10 years ago
ExternalProject-git-recursive-init.rst 79410eeb1f ExternalProject: Initialize Git submodules recursively and on update (#16083) 9 years ago
FindCUDA-cublas_device.rst 81e73b7240 FindCUDA: Add support for finding the cublas_device library 9 years ago
FindGTest-depends.rst a5d3d003d0 FindGTest: Automatically re-run cmake when tests change 10 years ago
FindPkgConfig-targets.rst df97b9793f FindPkgConfig: optionally create imported target for the found libraries 9 years ago
FindProtobuf-variable-case.rst a7b09e7f43 FindProtobuf: Rename variables to match case of module name 10 years ago
FindProtobuf-version.rst a7b09e7f43 FindProtobuf: Rename variables to match case of module name 10 years ago
InstallRequiredSystemLibraries-Windows-UCRT.rst 6b0b066074 InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073) 9 years ago
add-FindLTTngUST.rst a4194debea Add FindLTTngUST module to find LTTng-UST library 10 years ago
add-bruce-c.rst 53c0dc2dd2 Add support for Bruce C Compiler (BCC) 10 years ago
automoc-diagnostics.rst 8295d43713 Autogen: Check added for name collisions of generated moc files 10 years ago
clang-tidy.rst 5e62444cff Add options to run clang-tidy with the compiler 10 years ago
cmake-depend-in-project-only.rst b06e17da7b Help: Add notes for topic 'cmake-depend-in-project-only' 10 years ago
cmake-host-solaris.rst 5dc6cfd6ea Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061) 10 years ago
cpack-deb-autodep-ORIGIN-RPATH.rst e8daee5bd0 CPack/Deb $ORIGIN handling in rpath 10 years ago
cpack-deb-imporvements.rst a98a699987 Merge topic 'cpack-deb-different-package-names' 9 years ago
cpack-dmg-no-app-link.rst 3acc29fca9 CPack/DragNDrop: Optionally disable `/Applications` symlink 9 years ago
cpack-ifw-updates.rst 41199f8c1e CPackIFW: Add support for Promoting Updates 9 years ago
cpack-rpm-adding-dist-to-release-tag.rst f5089cfccd CPack/RPM adding dist to release tag test 9 years ago
cpack-rpm-default-user-and-group.rst 1fe004eac3 cpack rpm setting of defattr 10 years ago
cpack-rpm-different-package-names.rst 44ee2d717a CPack/RPM different package names 9 years ago
cpack-rpm-external-symlink-handling.rst eae4eef0c4 CPack/RPM external symlink handling 10 years ago
cpack-rpm-upper-cased-components.rst 49e82c15d5 Fix spelling typos in comments and documentation (#16037) 10 years ago
ctest-run-submodule-sync.rst c18d91add8 Help: add release notes for topic 'ctest-run-submodule-sync' 10 years ago
custom-command-CROSSCOMPILING_EMULATOR.rst 8c2cedc624 CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR 9 years ago
cygwin-clang.rst 517cef8c55 Cygwin: Add support for Clang compiler 10 years ago
deprecate-CMakeForceCompiler.rst d929c35f08 CMakeForceCompiler: Deprecate this module and its macros 10 years ago
doc-standard-libs.rst 7807b3a9db Help: Document CMAKE_<LANG>_STANDARD_LIBRARIES variable 9 years ago
enable-ssl-automatically.rst 190a5fdffd Automatically use OpenSSL by default on Linux and FreeBSD if available 10 years ago
ep-tls-verify-git.rst 272779ce6a ExternalProject: Allow TLS_VERIFY for git clones 10 years ago
error-multiple-targets.rst 497cad7c88 cmake: Teach --build to reject multiple --target options 10 years ago
external-project-no-extract.rst 1ba9b53547 ExternalProject: add support for just downloading a file 10 years ago
find-blas-lapack-OpenBLAS.rst 5f6b4f690a Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024) 10 years ago
find-command-prefix-from-PATH-windows-only.rst b30b32a493 Drop find_(library|file|path) prefixes from PATH on non-Windows 9 years ago
fix-bison-flex-command-escaping.rst fd73bb601a Help: Add notes for topic 'fix-bison-flex-command-escaping' 10 years ago
install-EXCLUDE_FROM_ALL.rst 586e56d0ef Help: Add notes for topic 'install-EXCLUDE_FROM_ALL' 10 years ago
intel-compiler-features.rst 21b1fa5cb9 Help: Add notes for topic 'intel-compiler-features' 10 years ago
list-FILTER-command.rst 0205f882ae list: Add FILTER subcommand (#3986) 10 years ago
ninja-depfile-system-headers.rst 6d74e7870b Ninja: Add dependencies on system-provided header files (#14914) 10 years ago
ninja-directory-targets.rst 9ead71df66 Help: Add notes for topic 'ninja-directory-targets' 10 years ago
ninja-output-path-prefix.rst 8a862a4d4b Ninja: Support embedding of CMake as subninja project 9 years ago
remove-vs6-generator.rst b42866a34a Drop Visual Studio 6 generator 10 years ago
remove-vs7.0-generator.rst f47b4f68a9 Drop Visual Studio 7 generator for VS .NET 2002 10 years ago
standard-include-directories.rst c13408279f Add a variable to specify language-wide system include directories 9 years ago
timeout_after_match.rst de7afd2996 Help: Add notes for topic 'timeout_after_match' 10 years ago
try_compile-config-flags.rst bd581a3733 try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054) 10 years ago
try_compile-custom-variables.rst d256ba078a try_compile: Optionally forward custom platform variables to test project 9 years ago
try_compile-target-type.rst 7f1bd9fe69 try_compile: Add option to control type of target 10 years ago
unix-timestamps.rst 6727270b75 CMake: Extend TIMESTAMP sub-commands with new unix time format specifier 10 years ago
update-osx-release.rst 43fbcba258 Help: Add notes for topic 'update-osx-release' 10 years ago
vs-clang-cl.rst 491b41dd98 Help: Add notes for topic 'vs-clang-cl' 10 years ago
vs-remote-directory.rst a22f996725 VS: Optionally generate remote directory for WinCE projects 10 years ago
vs-startup-project.rst 78ec046130 VS: Add option to choose the `.sln` startup project (#15578) 10 years ago
vs-vcxproj-ConfigurationType.rst 6122909c33 VS: Add option to set `ConfigurationType` of a .vcxproj file 10 years ago
vs71-deprecate.rst ce82e0a53f Deprecate Visual Studio 7 .NET 2003 generator 10 years ago