- Dec 18, 2015
- Dec 17, 2015
-
-
Brad King authored
* upstream-KWIML: KWIML 2015-12-09 (43f9f8d0)
-
Code extracted from: https://github.com/Kitware/KWIML.git at commit 43f9f8d0b0c8ee62aa056a2020981a6d98a40dd4 (master).
-
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>
-
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
-
-
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
-
-
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
-
1549927d FindOpenMP: Add Clang support
-
ecdc77f1 CPackWIX: Fix installed file property lookups when using components
-
e0ad72d8 Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME
-
39abbaed FindOpenAL: Detect Windows architecture-specific installation
-
Brad King authored
-
The CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS setting has always been meant for flags needed to export symbols from executables for use by shared library plugins. Since commit v3.4.0-rc1~58^2~1 (CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS, 2015-08-24) this is made explicit by using the flags only for executables with ENABLE_EXPORTS, guarded by CMP0065 for compatibility. On some platforms we were accidentally using this setting to pass other flags to the linker: * AIX: -bnoipath, -brtl * HP-UX: +s, +nodefaultrpath These flags are incorrectly dropped when CMP0065 is set to NEW. Fix this by moving the flags to more appropriate places for linking executables.
-
Kitware Robot authored
-
- Dec 10, 2015
-
-
Roger Leigh authored
-
-
This patch solves the problem of installing both: Device and Simulator libraries on iOS. Before only one of them was installed. If the IOS_INSTALL_COMBINED property is set on a target, a special install hook will be activated which builds the corresponding target and combines both at the install location. The original patch was contributed by Ruslan Baratov, and polished by Gregor Jasny.
-
Gregor Jasny authored
In contrast to OS X the iOS App Bundle layout is a flat structure.
-
Brad King authored
Update our configuration of the CPack WIX generator for CMake itself to produce file names consistent with other CPack generators.
-
Brad King authored
-