- 16 Jul, 2016 2 commits
-
-
Gregor Jasny authored
The cmGetPropertyCommand::StoreResult expects NULL for unset properties. Make ALIASED_TARGET align with that expectation. Additional corrections to the unit tests are necessary because get_property removes variables for unset properties (in contrast to get_target_property which stores a -NOTFOUND value).
-
Kitware Robot authored
-
- 15 Jul, 2016 4 commits
-
-
Kitware Robot authored
- 14 Jul, 2016 14 commits
-
-
Brad King authored
Document these variables. Change our convention for setting these variables from: set(CMAKE_EXE_LINKER_FLAGS_INIT "...") to string(APPEND CMAKE_EXE_LINKER_FLAGS_INIT " ...") so that any value previously set by a toolchain file will be used.
-
Nils Gladitz authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
Set `CMake_VERSION_IS_DIRTY` to 1 or 0 depending on whether the CMake source tree is considered dirty or not.
-
Tobias Hunger authored
Make the string (e.g. "rc1" or "gSHA-dirty") available to the code.
-
Kitware Robot authored
-
- 13 Jul, 2016 20 commits
-
-
Brad King authored
Avoid copying CMAKE_EXE_LINKER_FLAGS_INIT to the others.
-
Brad King authored
Avoid copying CMAKE_EXE_LINKER_FLAGS_INIT to the others.
-
Brad King authored
-
Brad King authored
-
Sujin Philip authored
Port changes from VTK commit fda6a31cb9 (Added Improved FindOpenMP module, 2015-04-23). Improve use of try_compile to avoid needing to pass OpenMP flags as libraries.
-
Alex Turbov authored
Do not disclose credentials when printing URIs used to fetch external resources.
-
Brad King authored
-
Brad King authored
Also drop link to OpenMP compilers because our supported list may not include all compilers.
-
Konstantin Podsvirov authored
-
Konstantin Podsvirov authored
-
Konstantin Podsvirov authored
Added in Tools group with IFW installer
-
Brad King authored
-
Lars Schmertmann authored
Now it is possible to pass multiple URLs as a list that will be tried in and foreach(). So it will try next URL if the previous failed. Fixes #15749.
-
Brad King authored
-
Brad King authored
-