- Dec 21, 2015
-
-
Create a `CMAKE_XDGDATA_DIR` option and add a corresponding flag to the `bootstrap` script. This is needed for multiarch layouts where the prefix is `/usr/${host}` but where architecture-independent files (like the XDG-specific ones) are installed to `/usr/share`.
-
Kitware Robot authored
-
- Dec 20, 2015
-
-
Kitware Robot authored
-
- Dec 19, 2015
-
-
Kitware Robot authored
-
- Dec 18, 2015
-
-
0a31fdab FindBoost: Add support for Boost 1.60
-
a479d7a0 BundleUtilities: Fix handling of multiple RPATHs from OS X otool
-
Kitware Robot authored
- Dec 17, 2015
-
-
Roger Leigh authored
-
Brad King authored
* upstream-KWSys: KWSys 2015-12-14 (c1149ef6)
-
Code extracted from: http://public.kitware.com/KWSys.git at commit c1149ef69956eab13221e05ffb2d9b5e55c2e3ee (master). Upstream Shortlog ----------------- Brad King (1): c1149ef6 Drop the FundamentalType.h component of KWSys
-
Brad King authored
-
Brad King authored
-
Use the VTK `ThirdParty/update-common.sh` script as of commit 2f24b7b0f60b67a2a28b9aef210f06f904e7a977. Co-Author: Brad King <brad.king@kitware.com>
-
The `otool` command may return multiple RPATH entires, so call `gp_append_unique` for each one. Otherwise we may try to ask `install_name_tool` to deal with the same entry twice.
-
The behaviour of double specified keywords is rather undefined or at least not clearly documented. This change introduces a strict check and emits a warning in case a keyword has been specified more than once.
-
Implement a native `cmake_parse_arguments` command that is fully compatible with the documented behaviour of the previous implementation. Leave the CMakeParseArguments module empty but existing for compatibility.
-
-
Nils Gladitz authored
-
08580be2 FindOpenGL: Don't add AGL to OPENGL_LIBRARIES on OS X.
-
Kitware Robot authored
-
- Dec 16, 2015
-
-
Kitware Robot authored
-
- Dec 15, 2015
-
-
Kitware Robot authored
-
- Dec 14, 2015
-
-
Nils Gladitz authored
CPACK_WIX_PATCH_FILE now accepts a list of patch files. An error will now be produced if any of the patch files is missing. Previously this would be silently ignored.
-
Code extracted from: http://public.kitware.com/KWSys.git at commit cdcf4c4753d8e90895f1fb2cb6ab622342bcaaa8.
-
Brad King authored
-
2908103d FindProtobuf: Set Protobuf_FOUND in addition to PROTOBUF_FOUND
-
f254276f AIX,HP-UX: Fix RPATH handling when CMP0065 is set to NEW
-
Brad King authored
-
CMake had been setting OPENGL_glu_LIBRARY to AGL.framework, even though AGL is not GLU. AGL is simply the GL component for the deprecated Carbon framework. GLU is provided by OpenGL.framework. A side effect of the old behavior was that if AGL was not found (it is absent from OS X SDK 10.10 or later), then OPENGL_GLU_FOUND would be incorrectly set to "NO".
-
Kitware Robot authored
-
- Dec 13, 2015
-
-
Kitware Robot authored
-
- Dec 12, 2015
-
-
Nils Gladitz authored
-
Kitware Robot authored
-
- Dec 11, 2015
-
-
All other modules use their module name (e.g. XxX for FindXxX.cmake) in find_package_handle_standard_args. Protobuf used all-caps, which triggers a bug when we try to find Protobuf with the CMakeFindDependencyMacro.cmake macro, which only checks for the mixed-case _FOUND.
-
972849fb Tests: Simplify CTest.UpdateGIT repo path construction
-