summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* FindCUDAToolkit: Fix CUDA::* target guard logicRodolfo Lima2020-01-281-4/+6
* Merge topic 'findCUDAToolkit_better_find_root_support'Brad King2020-01-281-31/+43
|\
| * CUDAToolkit: Use CMAKE_FIND_ROOT_PATH for all sdk lib searchesRobert Maynard2020-01-271-6/+18
| * CUDAToolkit: Use HINTS as it has higher precedence for searchesRobert Maynard2020-01-241-1/+1
| * CUDAToolkit: functions names now use CMake's reserved namespaceRobert Maynard2020-01-241-24/+24
* | Merge topic 'check-language-make-program'Brad King2020-01-271-0/+6
|\ \
| * | CheckLanguage: Pass CMAKE_MAKE_PROGRAM to child processKyle Edwards2020-01-241-0/+6
| |/
* | Merge topic 'FindGTest-upstream-lib-names'Brad King2020-01-271-0/+11
|\ \
| * | FindGTest: Add GTest::{gtest,gtest_main} library namesPaweł Bylica2020-01-241-0/+11
* | | Merge topic 'cpack-deb-fix-description'Brad King2020-01-272-2/+4
|\ \ \
| * | | CPack: Fix regression in Deb descriptionKyle Edwards2020-01-242-2/+4
* | | | Merge topic 'Qt4Macros-last-ext'Craig Scott2020-01-251-5/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Qt4Macros: Only cut last extension (".ts") and replace it with ".qm"Kai Blaschke2020-01-231-5/+7
* | | | Merge topic 'findCUDAToolkit_support_cross_compilation'Brad King2020-01-241-5/+45
|\ \ \ \
| * | | | CUDAToolkit: Make sure to also search 'stubs' directoryRobert Maynard2020-01-231-2/+2
| * | | | CUDAToolkit: Add support for cross-compilingRobert Maynard2020-01-231-3/+43
| | |_|/ | |/| |
* | | | Merge topic 'fphsa-no-regexp'Brad King2020-01-241-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | FPHSA: Check _FOUND var name with STREQUALFeRD (Frank Dana)2020-01-241-2/+4
* | | | Merge topic 'findmpi-documentation'Brad King2020-01-231-5/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Help: Add more variable documentation to FindMPIKyle Edwards2020-01-221-5/+17
| * | | Merge topic 'msvc-runtime-library-masm' into release-3.16Brad King2020-01-221-0/+6
| |\ \ \
| * \ \ \ Merge topic 'InstallRequiredSystemLibraries-redist' into release-3.16Brad King2020-01-211-6/+20
| |\ \ \ \
| * \ \ \ \ Merge topic 'findopenssl-dependencies-link-order' into release-3.16Brad King2020-01-171-7/+5
| |\ \ \ \ \
| | * | | | | FindOpenSSL: Fix ordering of dependency link flagsAshley Whetter2020-01-161-7/+5
| * | | | | | Merge topic 'nag-submodule' into release-3.16Brad King2020-01-161-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'python39' into release-3.16Brad King2020-01-153-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge topic 'FindMatlab-r2019' into release-3.16Brad King2020-01-141-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge topic 'FindMatlab-only-CXX' into release-3.16Brad King2020-01-141-4/+13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge topic 'fix-cpack-deb-description-file' into release-3.16Brad King2020-01-132-3/+12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge topic 'objc-visibility-inlines' into release-3.16Brad King2020-01-133-7/+5
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'blas-lapack-whitespace'Brad King2020-01-232-526/+536
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Find{BLAS,LAPACK}: Cleanup whitespace, style, and commentsMario Emmenlauer2020-01-212-499/+509
| * | | | | | | | | | | | FindLAPACK: Fixed order of arguments for internal helper macroMario Emmenlauer2020-01-211-9/+9
| * | | | | | | | | | | | Find{BLAS,LAPACK}: Clarify names of internal helper macroMario Emmenlauer2020-01-202-35/+35
* | | | | | | | | | | | | Merge topic 'mark_as_advanced-without-cache'Brad King2020-01-227-51/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | FindOpenSSL: do not mark a local variable as advancedBen Boeckel2020-01-201-1/+1
| * | | | | | | | | | | | | FindCurses: only mark CURSES_EXTRA_LIBRARY when it is usedBen Boeckel2020-01-201-1/+4
| * | | | | | | | | | | | | FindOpenGL: only mark declared cache variables as advancedBen Boeckel2020-01-201-11/+32
| * | | | | | | | | | | | | FindLua: only mark LUA_MATH_LIBRARY as advanced if requiredBen Boeckel2020-01-141-1/+2
| * | | | | | | | | | | | | FindBoost: only mark Boost_DIR as advanced if definedBen Boeckel2020-01-141-1/+4
| * | | | | | | | | | | | | CTest: avoid marking undeclared cache variables as advancedBen Boeckel2020-01-141-4/+0
| * | | | | | | | | | | | | CPack: mark options as advanced only if definedBen Boeckel2020-01-141-32/+39
* | | | | | | | | | | | | | Merge topic 'FindMPI-fix-return'Brad King2020-01-221-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | FindMPI: Fix regression when compiling with MPI wrappersBrad King2020-01-211-4/+3
* | | | | | | | | | | | | | | Merge topic 'msvc-runtime-library-masm'Brad King2020-01-221-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | ASM_MASM: Populate MSVC runtime library abstraction tableBrad King2020-01-211-0/+6
* | | | | | | | | | | | | | | FindGTK2: Fix documentation formattingBrad King2020-01-211-65/+52
* | | | | | | | | | | | | | | Merge topic 'mingw-find-no-dll'Brad King2020-01-212-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | MinGW: Update find_library to not find plain .dll filesBrad King2020-01-202-2/+2
* | | | | | | | | | | | | | | | Merge topic 'InstallRequiredSystemLibraries-redist'Brad King2020-01-211-6/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |