CMake/Modules
Kitware Robot b2ba64add9 Revise C++ coding style using clang-format-18
Run the `clang-format.bash` script to update all our C and C++ code to a
new style defined by `.clang-format`.  Use `clang-format` version 18.

* If you reached this commit for a line in `git blame`, re-run the blame
  operation starting at the parent of this commit to see older history
  for the content.

* See the parent commit for instructions to rebase a change across this
  style transition commit.

Fixes: #26123
2025-01-23 11:43:06 -05:00
..
AndroidTestUtilities PushToAndroidDevice.cmake: Rename cmake_parse_arguments prefix 2025-01-12 18:49:34 +04:00
CheckIPOSupported CheckIPOSupported: Fix -Wstrict-prototypes warnings in check for C 2024-05-09 08:22:26 -04:00
CMakeAddFortranSubdirectory
Compiler Merge topic 'remove-old-compatibility' 2025-01-23 09:36:59 -05:00
CompilerId VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files 2023-11-22 10:22:12 -05:00
ExternalProject ExternalProject: Optionally integrate 'make' job server with INSTALL_COMMAND 2024-11-19 10:22:24 -05:00
FetchContent FetchContent: Reject CMAKE_TOOLCHAIN_FILE env var in sub-build 2023-02-24 17:17:36 +11:00
FindCUDA CMP0007: Remove support for OLD behavior 2025-01-17 09:28:36 -05:00
FindMPI
FindPython CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FortranCInterface CMP0056: Remove support for OLD behavior 2025-01-21 09:44:05 -05:00
IntelVSImplicitPath
Internal CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
Linker CMP0054: Remove support for OLD behavior 2025-01-20 09:46:55 -05:00
Platform CMP0065: Remove support for OLD behavior 2025-01-22 10:40:55 -05:00
UseJava export: Increase maximum policy version in exported files to 3.30 2024-10-10 09:32:06 -04:00
UseSWIG
AddFileDependencies.cmake
AndroidTestUtilities.cmake tests: Preserve empty arguments in test command lines 2024-10-02 10:09:11 +10:00
BasicConfigVersion-AnyNewerVersion.cmake.in
BasicConfigVersion-ExactVersion.cmake.in
BasicConfigVersion-SameMajorVersion.cmake.in
BasicConfigVersion-SameMinorVersion.cmake.in
BundleUtilities.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
CheckCCompilerFlag.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckCompilerFlag.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckCSourceCompiles.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckCSourceRuns.cmake Help: Check*Runs requires exit code 0 for success 2024-12-03 16:00:26 -05:00
CheckCXXCompilerFlag.cmake CheckCXXCompilerFlag: Fix typo in argument 2025-01-22 18:24:13 +01:00
CheckCXXSourceCompiles.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckCXXSourceRuns.cmake Help: Check*Runs requires exit code 0 for success 2024-12-03 16:00:26 -05:00
CheckCXXSymbolExists.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckForPthreads.c FindThreads: Fix pthreads detection with -Wmissing-prototypes 2024-04-22 09:51:41 -04:00
CheckFortranCompilerFlag.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckFortranFunctionExists.cmake Help: Use lower-case style in documentation 2024-12-22 16:56:46 +01:00
CheckFortranSourceCompiles.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckFortranSourceRuns.cmake Help: Check*Runs requires exit code 0 for success 2024-12-03 16:00:26 -05:00
CheckFunctionExists.c
CheckFunctionExists.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckIncludeFile.c.in
CheckIncludeFile.cmake Help: Use lower-case style in documentation 2024-12-22 16:56:46 +01:00
CheckIncludeFile.cxx.in
CheckIncludeFileCXX.cmake Help: Use lower-case style in documentation 2024-12-22 16:56:46 +01:00
CheckIncludeFiles.cmake Help: Use lower-case style in documentation 2024-12-22 16:56:46 +01:00
CheckIPOSupported.cmake CheckIPOSupported: Document support for CUDA 2025-01-17 15:00:06 -05:00
CheckLanguage.cmake CheckLanguage: Pass along CMAKE_MODULE_PATH 2024-05-30 15:38:55 -07:00
CheckLibraryExists.cmake CheckLibraryExists: Enhance documentation 2025-01-02 01:36:16 +01:00
CheckLinkerFlag.cmake
CheckOBJCCompilerFlag.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckOBJCSourceCompiles.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckOBJCSourceRuns.cmake Help: Check*Runs requires exit code 0 for success 2024-12-03 16:00:26 -05:00
CheckOBJCXXCompilerFlag.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckOBJCXXSourceCompiles.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckOBJCXXSourceRuns.cmake Help: Check*Runs requires exit code 0 for success 2024-12-03 16:00:26 -05:00
CheckPIESupported.cmake CheckPIESupported: ensure PIE compile flags are specified 2024-11-25 14:24:06 +01:00
CheckPrototypeDefinition.c.in
CheckPrototypeDefinition.cmake CheckPrototypeDefinition: Enhance documentation 2025-01-19 11:43:06 +01:00
CheckSizeOf.cmake
CheckSourceCompiles.cmake Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
CheckSourceRuns.cmake Help: Check*Runs requires exit code 0 for success 2024-12-03 16:00:26 -05:00
CheckStructHasMember.cmake CheckStructHasMember: Improve and extend documentation 2024-12-22 17:07:44 +01:00
CheckSymbolExists.cmake CMP0054: Remove support for OLD behavior 2025-01-20 09:46:55 -05:00
CheckTypeSize.c.in
CheckTypeSize.cmake CMP0054: Remove support for OLD behavior 2025-01-20 09:46:55 -05:00
CheckTypeSizeMap.cmake.in
CheckVariableExists.c
CheckVariableExists.cmake CheckVariableExists: Improve documentation 2024-12-22 17:30:49 +01:00
CMake.cmake
CMakeAddFortranSubdirectory.cmake
CMakeAddNewLanguage.txt Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeASM_MARMASMInformation.cmake ASM_MASM: Add support for masm-only static libraries 2024-06-20 10:14:59 -04:00
CMakeASM_MASMInformation.cmake ASM_MASM: Add support for masm-only static libraries 2024-06-20 10:14:59 -04:00
CMakeASM_NASMInformation.cmake ASM_NASM: Improve support for standalone usage 2024-03-04 13:09:58 -05:00
CMakeASM-ATTInformation.cmake
CMakeASMCompiler.cmake.in Link Step: compute effective linker used by the compiler 2023-10-24 08:34:50 -04:00
CMakeASMInformation.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
CMakeBackwardCompatibilityC.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
CMakeBackwardCompatibilityCXX.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
CMakeBorlandFindMake.cmake
CMakeBuildSettings.cmake.in
CMakeCCompiler.cmake.in Add CMAKE_<LANG>_STANDARD_LATEST variables 2024-04-30 11:05:03 -04:00
CMakeCCompilerABI.c
CMakeCCompilerId.c.in CompilerId: Ensure internal compiler version string is not optimized out 2024-12-04 09:28:57 -05:00
CMakeCheckCompilerFlagCommonPatterns.cmake ci: Extend spellcheck job with 'typos' tool 2025-01-22 08:51:45 -05:00
CMakeCInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeCommonLanguageInclude.cmake Linker configuration: introduce a new architecture 2024-07-20 19:05:54 +02:00
CMakeCompilerABI.h
CMakeCompilerCUDAArch.h CUDA: Factor out helper for detecting native CUDA architectures 2023-09-21 15:34:28 -04:00
CMakeCompilerIdDetection.cmake TIClang: Add support for TI Clang-based compilers, including tiarmclang 2024-02-09 15:54:40 -05:00
CMakeConfigurableFile.in
CMakeCSharpCompiler.cmake.in
CMakeCSharpCompilerId.cs.in
CMakeCSharpInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeCUDACompiler.cmake.in NVCC: Detect host compiler id and version 2024-09-20 17:48:33 -04:00
CMakeCUDACompilerABI.cu CUDA: Factor out helper for detecting native CUDA architectures 2023-09-21 15:34:28 -04:00
CMakeCUDACompilerId.cu.in NVCC: Detect host compiler id and version 2024-09-20 17:48:33 -04:00
CMakeCUDAInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeCXXCompiler.cmake.in Add CMAKE_<LANG>_STANDARD_LATEST variables 2024-04-30 11:05:03 -04:00
CMakeCXXCompilerABI.cpp
CMakeCXXCompilerId.cpp.in CompilerId: Ensure internal compiler version string is not optimized out 2024-12-04 09:28:57 -05:00
CMakeCXXInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeDependentOption.cmake Help: Add more examples for condition syntax in commands 2024-12-06 03:09:46 +01:00
CMakeDetermineASM_MARMASMCompiler.cmake
CMakeDetermineASM_MASMCompiler.cmake
CMakeDetermineASM_NASMCompiler.cmake
CMakeDetermineASM-ATTCompiler.cmake
CMakeDetermineASMCompiler.cmake Tasking: Add identification for the tasking assembler 2025-01-17 14:42:56 -05:00
CMakeDetermineCCompiler.cmake TIClang: Add support for TI Clang-based compilers, including tiarmclang 2024-02-09 15:54:40 -05:00
CMakeDetermineCompiler.cmake macOS: Revert finding tools inside Xcode that are not in the PATH 2024-11-07 09:46:09 -05:00
CMakeDetermineCompilerABI.cmake CMakeDetermineCompilerABI: Strip -pipe from compile flags 2024-10-29 13:13:08 -04:00
CMakeDetermineCompilerId.cmake Merge topic 'gcc-import-std' 2025-01-10 09:04:38 -05:00
CMakeDetermineCompilerSupport.cmake CMakeDetermineCompilerSupport: construct C++ modules targets 2024-04-12 09:32:29 -04:00
CMakeDetermineCSharpCompiler.cmake Drop Visual Studio 12 2013 generator 2024-08-28 14:13:05 -04:00
CMakeDetermineCUDACompiler.cmake CUDA/Clang: Add support for MSVC ABI on Windows using GNU-like frontend 2024-01-22 09:33:54 -05:00
CMakeDetermineCXXCompiler.cmake TIClang: Add support for TI Clang-based compilers, including tiarmclang 2024-02-09 15:54:40 -05:00
CMakeDetermineFortranCompiler.cmake LFortran: Add support for this compiler 2024-07-22 16:50:33 -04:00
CMakeDetermineHIPCompiler.cmake HIP: Ensure lib64 directories are included in hip-lang dependency search 2024-08-15 22:26:23 +01:00
CMakeDetermineISPCCompiler.cmake
CMakeDetermineJavaCompiler.cmake
CMakeDetermineOBJCCompiler.cmake
CMakeDetermineOBJCXXCompiler.cmake
CMakeDetermineRCCompiler.cmake
CMakeDetermineSwiftCompiler.cmake Merge topic 'swift-xcode-14.3' 2023-04-04 09:26:01 -04:00
CMakeDetermineSystem.cmake Help: Document CMAKE_SYSTEM_NAME possible values 2024-02-05 10:15:08 -05:00
CMakeDetermineVSServicePack.cmake
CMakeExpandImportedTargets.cmake
CMakeExportBuildSettings.cmake
CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake
CMakeFindBinUtils.cmake Merge topic 'remove-old-compatibility' 2025-01-23 09:36:59 -05:00
CMakeFindCodeBlocks.cmake
CMakeFindDependencyMacro.cmake
CMakeFindEclipseCDT4.cmake
CMakeFindFrameworks.cmake CMakeFindFrameworks: Deprecate the module subject to policy CMP0173 2024-08-16 11:10:27 +10:00
CMakeFindJavaCommon.cmake
CMakeFindKate.cmake
CMakeFindPackageMode.cmake CMakeFindPackageMode: Link to cmake --find-package documentation 2023-11-03 10:17:38 -04:00
CMakeFindSublimeText2.cmake
CMakeFindWMake.cmake
CMakeFindXCode.cmake
CMakeForceCompiler.cmake
CMakeFortranCompiler.cmake.in Link Step: compute effective linker used by the compiler 2023-10-24 08:34:50 -04:00
CMakeFortranCompilerABI.F
CMakeFortranCompilerABI.F90
CMakeFortranCompilerId.F.in LFortran: Add support for this compiler 2024-07-22 16:50:33 -04:00
CMakeFortranInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeGenericSystem.cmake cxxmodules: plumb control data for exporting build databases 2024-08-27 12:37:36 -04:00
CMakeGraphVizOptions.cmake
CMakeHIPCompiler.cmake.in NVCC: Detect host compiler id and version 2024-09-20 17:48:33 -04:00
CMakeHIPCompilerABI.hip HIP: Add support for NVIDIA GPUs 2023-09-21 15:34:37 -04:00
CMakeHIPCompilerId.hip.in NVCC: Detect host compiler id and version 2024-09-20 17:48:33 -04:00
CMakeHIPInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeImportBuildSettings.cmake
CMakeInitializeConfigs.cmake
CMakeIOSInstallCombined.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
CMakeISPCCompiler.cmake.in
CMakeISPCCompilerABI.ispc
CMakeISPCCompilerId.ispc.in
CMakeISPCInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeJavaCompiler.cmake.in
CMakeJavaInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeJOMFindMake.cmake
CMakeLanguageInformation.cmake
CMakeMinGWFindMake.cmake
CMakeMSYSFindMake.cmake
CMakeNinjaFindMake.cmake
CMakeNMakeFindMake.cmake
CMakeOBJCCompiler.cmake.in Add CMAKE_<LANG>_STANDARD_LATEST variables 2024-04-30 11:05:03 -04:00
CMakeOBJCCompilerABI.m
CMakeOBJCCompilerId.m.in CompilerId: Ensure internal compiler version string is not optimized out 2024-12-04 09:28:57 -05:00
CMakeOBJCInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeOBJCXXCompiler.cmake.in Add CMAKE_<LANG>_STANDARD_LATEST variables 2024-04-30 11:05:03 -04:00
CMakeOBJCXXCompilerABI.mm
CMakeOBJCXXCompilerId.mm.in CompilerId: Ensure internal compiler version string is not optimized out 2024-12-04 09:28:57 -05:00
CMakeOBJCXXInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakePackageConfigHelpers.cmake iOS: Add support for Mac Catalyst 2024-07-03 11:15:45 -04:00
CMakeParseArguments.cmake
CMakeParseImplicitIncludeInfo.cmake
CMakeParseImplicitLinkInfo.cmake CMP0054: Remove support for OLD behavior 2025-01-20 09:46:55 -05:00
CMakeParseLibraryArchitecture.cmake CMP0054: Remove support for OLD behavior 2025-01-20 09:46:55 -05:00
CMakePlatformId.h.in TIClang: Add support for TI Clang-based compilers, including tiarmclang 2024-02-09 15:54:40 -05:00
CMakePrintHelpers.cmake CMakePrintHelpers: Enhance documentation 2025-01-18 11:02:12 +01:00
CMakePrintSystemInformation.cmake
CMakePushCheckState.cmake Merge topic 'patch-CMakePushCheckState-include-guard' 2025-01-21 09:35:45 -05:00
CMakeRCCompiler.cmake.in
CMakeRCInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeSwiftCompiler.cmake.in Swift: Restore compatibility with old C++ driver 2023-03-28 10:02:05 -04:00
CMakeSwiftInformation.cmake Linker configuration: enhance usability 2024-10-24 16:37:30 +02:00
CMakeSystem.cmake.in
CMakeSystemSpecificInformation.cmake enable_language: Establish target platform identification variables earlier 2023-06-07 07:02:20 -04:00
CMakeSystemSpecificInitialize.cmake apple: add preliminary visionOS support 2023-07-11 20:20:25 +02:00
CMakeTestASM_MARMASMCompiler.cmake
CMakeTestASM_MASMCompiler.cmake
CMakeTestASM_NASMCompiler.cmake
CMakeTestASM-ATTCompiler.cmake
CMakeTestASMCompiler.cmake
CMakeTestCCompiler.cmake Modules: Rename CMakeDetermine{CompileFeatures -> CompilerSupport} 2024-03-29 14:29:20 -06:00
CMakeTestCompilerCommon.cmake
CMakeTestCSharpCompiler.cmake
CMakeTestCUDACompiler.cmake Modules: Rename CMakeDetermine{CompileFeatures -> CompilerSupport} 2024-03-29 14:29:20 -06:00
CMakeTestCXXCompiler.cmake Merge topic 'cxx-inspect-without-scanning' 2024-05-07 08:34:05 -04:00
CMakeTestFortranCompiler.cmake
CMakeTestGNU.c
CMakeTestHIPCompiler.cmake Modules: Rename CMakeDetermine{CompileFeatures -> CompilerSupport} 2024-03-29 14:29:20 -06:00
CMakeTestISPCCompiler.cmake
CMakeTestJavaCompiler.cmake
CMakeTestOBJCCompiler.cmake Modules: Rename CMakeDetermine{CompileFeatures -> CompilerSupport} 2024-03-29 14:29:20 -06:00
CMakeTestOBJCXXCompiler.cmake Modules: Rename CMakeDetermine{CompileFeatures -> CompilerSupport} 2024-03-29 14:29:20 -06:00
CMakeTestRCCompiler.cmake
CMakeTestSwiftCompiler.cmake Swift: Support static-library try-compile type 2024-05-15 15:10:15 -07:00
CMakeUnixFindMake.cmake macOS: Revert finding tools inside Xcode that are not in the PATH 2024-11-07 09:46:09 -05:00
CMakeVerifyManifest.cmake CMakeVerifyManifest: Improve documentation 2025-01-14 22:17:01 +01:00
CPack.cmake CPack/WIX: Generate perMachine installers by default 2024-07-18 14:16:54 -04:00
CPackComponent.cmake codespell: Fix typos 2023-05-22 16:51:15 -04:00
CPackIFW.cmake Help: Replace links with their permanent redirects 2023-02-17 08:45:01 -05:00
CPackIFWConfigureFile.cmake
CSharpUtilities.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
CTest.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
CTestCoverageCollectGCOV.cmake
CTestScriptMode.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
CTestTargets.cmake ctest: Fall back to CMake environment variable for TLS server verification 2024-03-30 09:22:05 -04:00
CTestUseLaunchers.cmake
CXX-DetectStdlib.h Revise C++ coding style using clang-format-18 2025-01-23 11:43:06 -05:00
Dart.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
DartConfiguration.tcl.in ctest: Add explicit options for TLS version 2024-03-12 10:46:23 -04:00
DeployQt4.cmake
Documentation.cmake
DummyCXXFile.cxx
ecos_clean.cmake
exportheader.cmake.in GenerateExportHeader: Suppress clang-tidy warning 2024-04-10 16:43:48 -04:00
ExternalData_config.cmake.in
ExternalData.cmake CMP0009: Remove support for OLD behavior 2025-01-17 09:28:36 -05:00
ExternalProject.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FeatureSummary.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FetchContent.cmake FetchContent: Force cmake --fresh to re-execute direct population steps 2024-06-07 18:12:12 +10:00
FindALSA.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindArmadillo.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindASPELL.cmake
FindAVIFile.cmake FindAVIFile: Restore http link after redirect was removed 2024-10-04 09:12:05 -04:00
FindBacktrace.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindBISON.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FindBLAS.cmake Modules: Guard calls to pkg_check_modules 2024-08-07 20:11:43 +02:00
FindBoost.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindBullet.cmake
FindBZip2.cmake FindBZip2: Document library input variables 2024-09-20 12:06:54 -04:00
FindCABLE.cmake
FindCoin3D.cmake
FindCUDA.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
FindCUDAToolkit.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
FindCups.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindCURL.cmake FindCURL: Add more target properties from pkg-config 2024-10-14 10:11:15 -04:00
FindCurses.cmake
FindCVS.cmake
FindCxxTest.cmake tests: Preserve empty arguments in test command lines 2024-10-02 10:09:11 +10:00
FindCygwin.cmake
FindDart.cmake Dart,FindDart: Add policy to remove these modules 2023-02-28 08:43:45 -05:00
FindDCMTK.cmake
FindDevIL.cmake FindDevIL: Restore http link after redirect was removed 2024-10-04 09:13:07 -04:00
FindDoxygen.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindEnvModules.cmake CMP0007: Remove support for OLD behavior 2025-01-17 09:28:36 -05:00
FindEXPAT.cmake Modules: Guard calls to pkg_check_modules 2024-08-07 20:11:43 +02:00
FindFLEX.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FindFLTK2.cmake FindFLTK2: Replace exec_program() with execute_process() 2023-07-24 17:23:32 -04:00
FindFLTK.cmake FindFLTK: Replace exec_program() with execute_process() 2023-07-24 17:23:32 -04:00
FindFontconfig.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindFreetype.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindGCCXML.cmake
FindGDAL.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FindGettext.cmake
FindGIF.cmake CMakePushCheckState: Enhance documentation 2025-01-17 18:03:44 +01:00
FindGit.cmake
FindGLEW.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindGLU.cmake
FindGLUT.cmake macOS: Simplify imported framework locations in find modules 2023-08-25 11:05:18 -04:00
FindGnuplot.cmake
FindGnuTLS.cmake Modules: Guard calls to pkg_check_modules 2024-08-07 20:11:43 +02:00
FindGSL.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindGTest.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindGTK2.cmake FindGTK2: Find arch-specific headers via pkg-config 2024-04-15 12:19:35 -04:00
FindGTK.cmake
FindHDF5.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindHg.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
FindHSPELL.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindHTMLHelp.cmake
FindIce.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindIconv.cmake FindIconv: Fix finding iconv.h on Alpine Linux 2024-08-26 11:02:55 -04:00
FindIcotool.cmake
FindICU.cmake ci: Extend spellcheck job with 'typos' tool 2025-01-22 08:51:45 -05:00
FindImageMagick.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindIntl.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindJasper.cmake Merge branch 'backport-FindJasper-imported-target' 2024-04-10 12:20:24 -04:00
FindJava.cmake FindJava: use cmake_host_system_info to query registry 2023-09-20 14:22:37 -04:00
FindJNI.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindJPEG.cmake FindJPEG: Fix documentation of include directory input variable 2024-09-20 12:03:08 -04:00
FindKDE3.cmake
FindKDE4.cmake
FindLAPACK.cmake Modules: Guard calls to pkg_check_modules 2024-08-07 20:11:43 +02:00
FindLATEX.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
FindLibArchive.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindLibinput.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindLibLZMA.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindLibXml2.cmake Modules: Guard calls to pkg_check_modules 2024-08-07 20:11:43 +02:00
FindLibXslt.cmake Modules: Guard calls to pkg_check_modules 2024-08-07 20:11:43 +02:00
FindLTTngUST.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindLua50.cmake FindLua{50,51}: Fix preformatted documentation blocks 2023-09-08 15:34:35 -04:00
FindLua51.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindLua.cmake CMP0012: Remove support for OLD behavior 2025-01-17 09:28:36 -05:00
FindMatlab.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindMFC.cmake
FindMotif.cmake
FindMPEG2.cmake
FindMPEG.cmake
FindMPI.cmake Merge topic 'remove-old-compatibility' 2025-01-23 09:36:59 -05:00
FindMsys.cmake
FindODBC.cmake
FindOpenACC.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindOpenAL.cmake macOS: Simplify imported framework locations in find modules 2023-08-25 11:05:18 -04:00
FindOpenCL.cmake CMakePushCheckState: Enhance documentation 2025-01-17 18:03:44 +01:00
FindOpenGL.cmake FindOpenGL: Add support for a separate GLU include directory 2024-02-05 14:06:06 -05:00
FindOpenMP.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindOpenSceneGraph.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindOpenSP.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindOpenSSL.cmake Modules: Guard calls to pkg_check_modules 2024-08-07 20:11:43 +02:00
FindOpenThreads.cmake FindOpenThreads: Update documentation 2023-10-30 08:53:24 -04:00
Findosg_functions.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
Findosg.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgAnimation.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgDB.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgFX.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgGA.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgIntrospection.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgManipulator.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgParticle.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgPresentation.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgProducer.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgQt.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgShadow.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgSim.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgTerrain.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgText.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgUtil.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgViewer.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgVolume.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindosgWidget.cmake Findosg*: Improve documentation formatting 2023-09-12 12:54:39 -04:00
FindPackageHandleStandardArgs.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindPackageMessage.cmake FindPackageMessage: Remove extra whitespace from messages 2024-01-16 12:05:15 -05:00
FindPatch.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FindPerl.cmake FindPerl: Fix documentation word order 2023-11-30 13:32:41 -05:00
FindPerlLibs.cmake
FindPHP4.cmake
FindPhysFS.cmake FindPhysFS: Improve documentation formatting 2023-09-18 09:23:04 -04:00
FindPike.cmake
FindPkgConfig.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindPNG.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindPostgreSQL.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindProducer.cmake FindProducer: Improve documentation formatting 2023-09-18 09:24:27 -04:00
FindProtobuf.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FindPython2.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FindPython3.cmake Renumber post-3.31 development from 3.32 to 4.0 2025-01-16 09:18:21 -05:00
FindPython.cmake CMP0012: Remove support for OLD behavior 2025-01-17 09:28:36 -05:00
FindPythonInterp.cmake FindPython: Add support for Python 3.14 2024-10-17 20:04:25 -04:00
FindPythonLibs.cmake Merge topic 'python3.14' 2024-10-18 07:36:53 -04:00
FindQt3.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindQt4.cmake CMP0020: Remove support for OLD behavior 2025-01-18 09:51:44 -05:00
FindQt.cmake FindQt: Replace exec_program() with execute_process() 2023-07-24 17:23:32 -04:00
FindQuickTime.cmake FindQuickTime: Improve documentation formatting 2023-09-18 09:24:56 -04:00
FindRTI.cmake ci: Extend spellcheck job with 'typos' tool 2025-01-22 08:51:45 -05:00
FindRuby.cmake FindRuby: Use find_program VALIDATOR 2025-01-17 18:02:34 -05:00
FindSDL_gfx.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindSDL_image.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindSDL_mixer.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindSDL_net.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindSDL_sound.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindSDL_ttf.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindSDL.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FindSelfPackers.cmake
FindSQLite3.cmake FindSQLite3: Guard calls to pkg_check_modules 2024-11-11 10:53:21 -05:00
FindSquish.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
FindSubversion.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindSWIG.cmake FindSWIG: Enhance lookup capabilities using VALIDATOR argument 2024-03-20 15:22:40 +01:00
FindTCL.cmake CMakeFindFrameworks: Deprecate the module subject to policy CMP0173 2024-08-16 11:10:27 +10:00
FindTclsh.cmake
FindTclStub.cmake
FindThreads.cmake
FindTIFF.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindUnixCommands.cmake
FindVulkan.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindWget.cmake
FindWish.cmake
FindwxWidgets.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
FindwxWindows.cmake FindwxWindows: Replace exec_program() with execute_process() 2023-07-24 17:23:32 -04:00
FindX11.cmake FindX11: Add missing Xpresent 2025-01-19 23:08:03 -05:00
FindXalanC.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindXCTest.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindXercesC.cmake FindPackageHandleStandardArgs: Clarify the FOUND_VAR option 2024-12-31 02:07:16 +01:00
FindXMLRPC.cmake
FindZLIB.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
FLTKCompatibility.cmake
FortranCInterface.cmake CMP0056: Remove support for OLD behavior 2025-01-21 09:44:05 -05:00
GenerateExportHeader.cmake GenerateExportHeader: Use lowercase command names 2025-01-15 09:57:05 +01:00
GetPrerequisites.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
GNUInstallDirs.cmake CMP0054: Remove support for OLD behavior 2025-01-20 09:46:55 -05:00
GoogleTest.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
GoogleTestAddTests.cmake GoogleTest: Avoid extra call to set DISABLED test property in discovery 2024-11-12 10:22:23 -05:00
InstallRequiredSystemLibraries.cmake CMP0054: Remove support for OLD behavior 2025-01-20 09:46:55 -05:00
ITKCompatibility.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
kde3init_dummy.cpp.in
kde3uic.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
KDE3Macros.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
MacOSXBundleInfo.plist.in
MacOSXFrameworkInfo.plist.in Apple: Add CFBundleName to framework Info.plist files 2024-06-20 10:33:07 -04:00
MacroAddFileDependencies.cmake
MatlabTestsRedirect.cmake FindMatlab: Windows -wait is only for -r, not -batch 2023-03-07 15:34:36 -05:00
ProcessorCount.cmake Modules: Fix CMP0159 warnings in modules when tracing 2024-03-29 13:51:59 -07:00
Qt4ConfigDependentSettings.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
Qt4Macros.cmake
readme.txt
SelectLibraryConfigurations.cmake
Squish4RunTestCase.bat
Squish4RunTestCase.sh
SquishRunTestCase.bat
SquishRunTestCase.sh
SquishTestScript.cmake
SystemInformation.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
SystemInformation.in AIX: Add option to archive shared libraries 2024-07-17 11:52:09 -04:00
TestBigEndian.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
TestCXXAcceptsFlag.cmake
TestEndianness.c.in Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
TestForANSIForScope.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
TestForAnsiForScope.cxx
TestForANSIStreamHeaders.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
TestForANSIStreamHeaders.cxx
TestForSSTREAM.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
TestForSSTREAM.cxx
TestForSTDNamespace.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
TestForSTDNamespace.cxx
Use_wxWindows.cmake
UseEcos.cmake Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
UseJava.cmake UseJava: Reduce add_jar verbosity by default 2024-08-13 15:56:39 -04:00
UsePkgConfig.cmake UsePkgConfig: Restore removal of trailing whitespace from pkg-config output 2023-12-19 15:35:24 -05:00
UseQt4.cmake
UseSWIG.cmake CMP0057: Remove support for OLD behavior 2025-01-22 10:40:53 -05:00
UsewxWidgets.cmake
VTKCompatibility.cmake style: Remove trailing blank lines from all CMake sources 2024-11-21 15:48:02 -05:00
WriteBasicConfigVersionFile.cmake WriteBasicConfigVersionFile: Fix regression in ARCH_INDEPENDENT check 2023-03-16 11:26:10 -04:00
WriteCompilerDetectionHeader.cmake

See the "Find Modules" section of the cmake-developer(7) manual page.

For more information about how to contribute modules to CMake, see this page:
https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Module-Maintainers