- Jan 27, 2017
-
-
- Jan 26, 2017
-
-
ef47272b Tests: use cxx_auto_type only if actually available
-
c1f3086d FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVC
-
796dea67 FindPkgConfig: Recheck pkg-config on parameter change.
-
2759e225 FindLua: try to find library according to version from header
-
Kitware Robot authored
-
- Jan 25, 2017
-
-
Rolf Eike Beer authored
The presence of CMAKE_CXX_COMPILE_FEATURES doesn't mean cxx_auto_type is always available.
-
Fixes: #16525
-
e5089c56 CPackIFW: Add some options
-
0618ddf6 Add properties to run the cpplint style checker with the compiler
-
df3353d1 CUDA: set linker preference between C and C++
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
Closes: #16582
-
Kitware Robot authored
-
- Jan 24, 2017
-
-
Matthew Hanna authored
Currently, once pkg_check_modules succeeds, it will never call _pkg_check_modules_internal again. That means that if the parameters to pkg_check_modules are changed, cmake will be called to reconfigure, but nothing will change. This change is to store the full string of arguments to pkg_check_modules and override the FOUND optimization so that the arguments are reevaluated when modified.
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
-
Brad King authored
Patch-by: fft on gitlab.kitware.com Issue: #15756
-
114ac7d0 Help: Fix typo in CMAKE_DL_LIBS docs
-
10c9c73d Xcode: Control emission of EFFECTIVE_PLATFORM_NAME
-
8f1bce12 cmake-gui: trim spaces from user-created variable names
-
1c2ac0b8 Qt4: Only change timestamp on generated .pro files if content changes
-
-
Konstantin Podsvirov authored
The cpack_ifw_configure_component_group command gained options: - DEPENDS. The cpack_ifw_configure_component and cpack_ifw_configure_component_group commands gained options: - REQUIRES_ADMIN_RIGHTS; - UPDATE_TEXT; - SORTING_PRIORITY; # New name for PRIORITY - DEPENDENCIES; # Alias for DEPENDS - AUTO_DEPEND_ON; - TRANSLATIONS. For both commands PRIORITY option now is depreceted. Please use SORTING_PRIORITY instead.
-
Kitware Robot authored
-
- Jan 23, 2017
-
-
Jamie Snape authored
Create a `<LANG>_CPPLINT` target property (initialized by a `CMAKE_<LANG>_CPPLINT` variable) to specify a `cpplint` style checker command line to be run along with the compiler.
-
Christian Pfeiffer authored
-
Christian Pfeiffer authored
-
Jamie Snape authored
-