summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-1436-78/+66
* Merge topic 'cpack-reuse-cmake-tools'Brad King2022-09-073-18/+55
|\
| * CPack: re-use paths of tools discovered by CMakeFindBinUtilsMatteo Martelli2022-09-063-18/+55
* | Merge topic 'cuda_support_sm90a'Brad King2022-09-071-1/+1
|\ \
| * | CUDA: Support upcoming sm90a architectureRobert Maynard2022-09-061-1/+1
* | | Merge topic 'zlib-windows-cross-compile-fix'Brad King2022-09-071-4/+20
|\ \ \
| * | | FindZLIB: fix CMAKE_FIND_LIBRARY_PREFIXES being unset when it was emptyDaniel Scharrer2022-09-061-4/+20
* | | | Merge topic 'findCUDAToolkit_declare_deps_for_targets_once'Brad King2022-09-071-17/+20
|\ \ \ \
| * | | | FindCUDAToolkit: Correctly state cusolver and cublas dependenciesRobert Maynard2022-09-021-17/+20
* | | | | Merge topic 'implicit-link-info-msvc'Brad King2022-09-064-3/+11
|\ \ \ \ \
| * | | | | CMakeParseImplicitLinkInfo: Better detection of msvcRobert Maynard2022-09-024-3/+11
* | | | | | Merge topic 'doc-fetchcontent-gtest-example'Craig Scott2022-09-051-2/+2
|\ \ \ \ \ \
| * | | | | | Help: Fix wrong casing of GTest in FetchContent integration exampleCraig Scott2022-09-041-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'ExternalProject-default-git-tag'Craig Scott2022-09-041-0/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ExternalProject: note the default of `GIT_TAG` being `master`Ben Boeckel2022-09-021-0/+3
| |/ / / /
* | | | | Merge topic 'CMakeFindFrameworks-brew-arm64'Brad King2022-09-021-1/+8
|\ \ \ \ \
| * | | | | CMakeFindFrameworks: Fix Brew 'Frameworks' path on Apple SiliconJean-Baptiste Noël2022-09-011-1/+8
* | | | | | Merge topic 'matlab_root'Brad King2022-09-021-1/+25
|\ \ \ \ \ \
| * | | | | | FindMatlab: follow CMP0074 <PackageName>_ROOT search behaviorMichael Hirsch2022-09-011-1/+16
| * | | | | | FindMatlab: add'l check that Matlab test version file existsMichael Hirsch2022-09-011-0/+9
* | | | | | | Merge topic 'add_language_levels_for_cxx26'Brad King2022-09-013-0/+21
|\ \ \ \ \ \ \
| * | | | | | | CMake: Support upcoming C++26 language levelRobert Maynard2022-08-313-0/+21
* | | | | | | | Merge topic 'FindPostgreSQL-brew'Brad King2022-09-011-0/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | FindPostgreSQL: Add brew-style directories to search pathparkesb2022-08-311-0/+3
| * | | | | | Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix' into relea...Brad King2022-08-311-3/+9
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'ctest-target-alias-args'Brad King2022-08-311-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | CTestTargets: Include CMAKE_CTEST_ARGUMENTS in CTEST_TEST_TARGET_ALIASCody Martin2022-08-301-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'FindOpenGL-clarify-output'Brad King2022-08-311-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | FindOpenGL: Fix confusing output with CMP0072 and OpenGL preferenceColton G. Rushton2022-08-301-1/+1
* | | | | | | | Merge topic 'FindOpenSP-module'Brad King2022-08-311-0/+155
|\ \ \ \ \ \ \ \
| * | | | | | | | FindOpenSP: Add module to find the OpenSP libraryDawid Wróbel2022-08-301-0/+155
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix'Brad King2022-08-311-3/+9
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIXRobert Maynard2022-08-301-3/+9
* | | | | | | | Merge topic 'FindBoost-1.80'Brad King2022-08-311-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | FindBoost: Add support for Boost 1.80Kargatum2022-08-301-2/+2
* | | | | | | Merge topic 'correct_cupti_search_paths'Craig Scott2022-08-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | FindCUDAToolkit: Search the cuda toolkit include path for cuptiRobert Maynard2022-08-241-1/+1
| |/ / / /
* | | | | Merge topic 'bsd-variables'Craig Scott2022-08-225-2/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BSD: Set *BSD variables when targeting a *BSD systemCristian Adam2022-08-204-0/+8
| * | | | kFreeBSD: Do not unset LINUX variableCristian Adam2022-08-201-2/+2
* | | | | Merge topic 'cuda_mark_toolkit_includes_as_system'Brad King2022-08-191-4/+2
|\ \ \ \ \
| * | | | | CUDA: Always mark cuda toolkit as system includeRobert Maynard2022-08-181-4/+2
| |/ / / /
* | | | | Merge topic 'fortran-compiler-list'Brad King2022-08-171-25/+11
|\ \ \ \ \
| * | | | | Fortran: cleanup compiler default search listMichael Hirsch2022-08-161-25/+11
* | | | | | Merge topic 'FindVulkan-tolerate-FATAL_ERROR'Brad King2022-08-171-0/+10
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | FindVulkan: Restore tolerance of unknown FATAL_ERROR componentBrad King2022-08-171-0/+10
* | | | | | Merge topic 'output_all_attempts_at_compiler_detection'Brad King2022-08-171-2/+6
|\ \ \ \ \ \
| * | | | | | CompilerId: Output errors from all attempts at detectionRobert Maynard2022-08-161-2/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'nvhpc_fpie_support'Brad King2022-08-161-7/+9
|\ \ \ \ \ \
| * | | | | | NVHPC: Enable PIE support on linuxRobert Maynard2022-08-151-7/+9