- 18 Apr, 2018 3 commits
-
-
Christian Pfeiffer authored
bab4bc5f FindMPI: Fix libname regex to not match the compiler executable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1952
-
Kitware Robot authored
- 17 Apr, 2018 17 commits
-
-
Craig Scott authored
912a6c1c FindOpenSSL: Add component support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1929
-
Brad King authored
fbf330ce typo: incerment -> increment Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1977
-
Rolf Eike Beer authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
bbf64794 bootstrap: Add option to enable/disable usage of system libuv Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1971
-
Brad King authored
Merge-request: !1971
-
Kirill Erofeev authored
-
Brad King authored
dca23479 list: Add TRANSFORM sub-command cdae12f8 string() Refactoring: creates an helper for REGEX REPLACE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1938
-
Brad King authored
3d9d1c9d FindOpenAL: Find AL/al.h or OpenAL/al.h in standard include paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1963
-
Brad King authored
c8e98974 VS: Disallow ReferenceOutputAssembly in ProjectReference if not possible Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1956
-
Brad King authored
-
Brad King authored
0c7433e8 FindOpenMP: Fix support for Intel on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1957
-
Brad King authored
eb049835 Exclude "libgcc_eh" library files from implicit link libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1967
-
Brad King authored
f5f72ff8 Explicitly require LibUV 1.10 or higher to build CMake Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1966
-
Kitware Robot authored
-
- 16 Apr, 2018 16 commits
-
-
Roland Schulz authored
The change in commit v3.11.0-rc1~334^2 (FindOpenMP: Use NO_DEFAULT_PATH where appropriate, 2017-11-15) broke partial support for Intel on Windows. Since `OpenMP_${LANG}_IMPLICIT_LINK_DIRS` is empty for this compiler the `find_library` call without `NO_DEFAULT_PATH` worked accidentally in environments with the needed libraries in the search path already. Fix support for Intel on Windows by simply removing our explicit search for the `libiomp5md` library. In cases that it is needed, the compiler already inserts metadata in `.obj` files to tell the MSVC linker to use the library. Suggested-by:
Christian Pfeiffer <cpfeiffer@live.de> Fixes: #17910
-
Kirill Erofeev authored
CMake 3.11 now uses `uv_translate_sys_error` introduced in LibUV 1.10.
-
James Jones authored
Add `AL` and `OpenAL` to the `PATH_SUFFIXES` so that they are searched within the standard system include directories. We already have `include/AL`, `include/OpenAL`, and `include` to help out within the locations specified by `PATHS`, though it is unclear why it was done this way instead of adding the suffixes to all the `PATHS` explicitly.
-
Marc Chevrier authored
Issue: #17823
-
Brad King authored
595aa128 CUDA: Set CMAKE_CUDA_COMPILER_LOADED variable when language is enabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1955
-
Brad King authored
134e795f VS: Add workaround for CUDA compiler PDB location Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1960
-
Brad King authored
bb66cea6 Tests: Avoid duplicate rules in ExternalData test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1958
-
Brad King authored
-
Brad King authored
0a122393 Merge branch 'backport-fix-explicit-CMakeLists.txt' 8480c2af Restore support for explicitly referenced CMakeLists.txt sources Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1959
-
Marc Chevrier authored
-
Harry Mallon authored
-
Kitware Robot authored
- 15 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 14 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 13 Apr, 2018 2 commits
-
-
Bastien Schatt authored
Explicitly turn off `ReferenceOutputAssembly` in `ProjectReference` elements naming other project files whose types do not produce assemblies. We already do this for `C#` but it makes sense for other languages too. Fixes: #17906
-
Henry Schreiner authored
We already do this for C, CXX, Fortran, etc.
-