summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fetchcontent-global-targets' into release-3.24Brad King2022-06-111-2/+24
|\
| * FetchContent: Honor CMAKE_FIND_PACKAGE_TARGETS_GLOBALCraig Scott2022-06-101-2/+24
* | Merge topic 'xcode-14' into release-3.24Brad King2022-06-112-1/+4
|\ \
| * | Xcode: Suppress "Run Script" build phase warning during compiler idBrad King2022-06-101-0/+1
| * | Xcode: Use ad-hoc signing during compiler id on macOSBrad King2022-06-102-1/+3
* | | Merge topic 'ExternalProject-stamp-genex' into release-3.24Brad King2022-06-101-15/+22
|\ \ \
| * | | ExternalProject: Express per-config step stamp file paths using CONFIG genexBrad King2022-06-081-15/+22
| | |/ | |/|
* | | CheckIPOSupported: Compile check using flags of calling projectBrad King2022-06-101-0/+21
* | | MSVC: Revert "Default to -ZI instead of /Zi for x86 and x64"Brad King2022-06-093-25/+2
* | | Merge topic 'doc-using-deps-guide' into release-3.24Brad King2022-06-091-1/+7
|\ \ \ | |/ / |/| |
| * | Help: Overhaul and expand the Using Dependencies GuideCraig Scott2022-06-091-1/+7
* | | Merge topic 'print-sources'Brad King2022-06-071-27/+48
|\ \ \
| * | | cmake_print_properties(): Update grammar docsFeRD (Frank Dana)2022-06-061-6/+6
| * | | PrintHelpers: Document argument order restrictionFeRD (Frank Dana)2022-06-061-1/+4
| * | | PrintHelpers: Fix indentationFeRD (Frank Dana)2022-06-061-2/+2
| * | | PrintHelpers: Rewrite a few more error messagesFeRD (Frank Dana)2022-06-061-2/+3
| * | | PrintHelpers: Fix target SOURCES propertyFeRD (Frank Dana)2022-06-061-16/+33
| |/ /
* | | FindPython*: enhance interpreter lookupMarc Chevrier2022-06-051-2/+11
|/ /
* | Merge topic 'FindOpenSSL3_applink'Brad King2022-06-031-0/+8
|\ \
| * | FindOpenSSL: Set version variables for version >= 3.0.0James Calo2022-06-021-0/+8
* | | Merge topic 'envmod'Brad King2022-06-031-1/+1
|\ \ \
| * | | FindEnvModules: BUGFIX: env_module_swap OUTPUT_VARIBLEMichael Hirsch2022-06-011-1/+1
* | | | Merge topic 'GNUInstallDirs-opt-homebrew'Brad King2022-06-031-1/+3
|\ \ \ \
| * | | | GNUInstallDirs: Do not treat /opt/homebrew as under /optBrad King2022-06-021-1/+3
| |/ / /
* | | | FetchContent: Respect the CMP0135 policy settingCraig Scott2022-06-021-6/+43
|/ / /
* | | Merge topic 'findjava'Marc Chevrier2022-06-012-21/+30
|\ \ \ | |/ / |/| |
| * | FindJava: improve failure/verbosity when 'java -version' failsSeth R Johnson2022-05-312-21/+30
* | | Merge topic 'msvc-compilers-default-to-ZI'Brad King2022-05-273-2/+25
|\ \ \
| * | | MSVC: Default to -ZI instead of /Zi for x86 and x64Glen Chung2022-05-263-2/+25
* | | | MSYS/MinGW Makfiles: Select the compiler occurring first in PATHBrad King2022-05-261-4/+3
* | | | Merge topic 'LLVMFlang-compiler'Brad King2022-05-263-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | LLVMFlang: Add support for LLVM FlangTin Huynh2022-05-243-0/+21
| |/ /
* | | Merge topic 'dependency-providers'Brad King2022-05-251-42/+197
|\ \ \
| * | | Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-251-36/+177
| * | | FetchContent: Don't discard non-empty SOURCE_DIR and BINARY_DIRCraig Scott2022-05-181-3/+9
| * | | FetchContent: Don't leak internal variablesCraig Scott2022-05-181-3/+11
* | | | Merge topic 'cpack-component-special-chars'Brad King2022-05-251-8/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | CPack: Support component names with special characters, tooDeniz Bahadir2022-05-241-8/+10
* | | | Merge topic 'findvulkan-moltenvk'Brad King2022-05-241-0/+87
|\ \ \ \ | |/ / / |/| | |
| * | | FindVulkan: Add component for `MoltenVK`MACHIZAUD Andréa2022-05-231-0/+87
* | | | Merge topic 'externalproject-cleanup'Brad King2022-05-231-344/+793
|\ \ \ \
| * | | | ExternalProject: Reformatting onlyCraig Scott2022-05-231-291/+769
| * | | | ExternalProject: Minor cleanup to use more convenient commandsCraig Scott2022-05-231-12/+14
| * | | | ExternalProject: Remove unused property docsCraig Scott2022-05-231-38/+5
| * | | | ExternalProject: Replace SEND_ERROR with FATAL_ERRORCraig Scott2022-05-231-3/+5
| |/ / /
* | | | Merge topic 'pkgconfig-static-libs'Brad King2022-05-231-45/+95
|\ \ \ \ | |/ / / |/| | |
| * | | FindPkgConfig: Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET.Alex Birch2022-05-201-44/+92
| * | | FindPkgConfig: Fix parsing of backslash-escaped spaces in pkg-config outputAlex Birch2022-05-121-1/+3
* | | | Merge topic 'findvulkan-improvements'Brad King2022-05-201-50/+516
|\ \ \ \
| * | | | FindVulkan: Add component for `glslc` and `glslangValidator`MACHIZAUD Andréa2022-05-181-17/+48