[Cmake-commits] CMake branch, release, updated. v3.15.0-rc1-33-g65fc109
Kitware Robot
kwrobot at kitware.com
Wed Jun 19 07:23:11 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, release has been updated
via 65fc109dc62ef4853c010e06a938069e0bfc8c50 (commit)
via 830b332f32ac0782fe3380eb7b0b55fa8f81f456 (commit)
via 0dd6772a89df2e7640187028573f7d981bbd0f67 (commit)
via e4181eeaf2c6f5204443177fe71176ed94977c1b (commit)
via 4cb652e1d35d5ea98cde36b8a877e43ad3e71a0d (commit)
via 7251d54bd104680317c58e08d3244b57ca5b57b0 (commit)
from e2b4fa114184a0a8eeec9c8005e09f70a8ae6832 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Modules/FindBoost.cmake | 162 ++++++++++++++++++++-
Tests/FindBoost/Test/CMakeLists.txt | 1 +
.../FindBoost/CMakePackage/BoostConfig.cmake | 3 +
.../BoostConfig.cmake | 26 ++++
.../BoostConfigVersion.cmake | 7 +
.../include/boost/version.hpp | 34 +++++
.../CMakePackage_MissingTarget/BoostConfig.cmake | 7 +
.../BoostConfigVersion.cmake | 7 +
.../include/boost/version.hpp | 34 +++++
.../FindBoost/CMakePackage_New/BoostConfig.cmake | 24 +++
.../CMakePackage_New/BoostConfigVersion.cmake | 7 +
.../CMakePackage_New/include/boost/version.hpp | 34 +++++
.../CMakePackage_New/lib/libboost_date_time.a} | 0
.../CMakePackage_New/lib/libboost_mpi_python.a} | 0
.../CMakePackage_New/lib/libboost_python.a} | 0
.../lib/libboost_python_release.a} | 0
.../CMakePackage_NoHeaderTarget/BoostConfig.cmake | 25 ++++
.../BoostConfigVersion.cmake | 7 +
.../include/boost/version.hpp | 34 +++++
.../LegacyVars-LowercaseTargetPrefix-stdout.txt | 34 +++++
.../LegacyVars-LowercaseTargetPrefix.cmake | 6 +
.../FindBoost/LegacyVars-NoHeaderTarget.cmake | 6 +
.../FindBoost/LegacyVars-TargetsDefined-stdout.txt | 34 +++++
.../FindBoost/LegacyVars-TargetsDefined.cmake | 6 +
Tests/RunCMake/FindBoost/LegacyVars.cmake | 28 ++++
Tests/RunCMake/FindBoost/MissingTarget-stdout.txt | 22 +++
Tests/RunCMake/FindBoost/MissingTarget.cmake | 25 ++++
Tests/RunCMake/FindBoost/RunCMakeTest.cmake | 8 +
28 files changed, 576 insertions(+), 5 deletions(-)
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_LowerCaseTargetPrefix/BoostConfig.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_LowerCaseTargetPrefix/BoostConfigVersion.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_LowerCaseTargetPrefix/include/boost/version.hpp
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_MissingTarget/BoostConfig.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_MissingTarget/BoostConfigVersion.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_MissingTarget/include/boost/version.hpp
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_New/BoostConfig.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_New/BoostConfigVersion.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_New/include/boost/version.hpp
copy Tests/{Wrapping/vtkIncluded.cxx => RunCMake/FindBoost/CMakePackage_New/lib/libboost_date_time.a} (100%)
copy Tests/{Wrapping/vtkIncluded.cxx => RunCMake/FindBoost/CMakePackage_New/lib/libboost_mpi_python.a} (100%)
copy Tests/{Wrapping/vtkIncluded.cxx => RunCMake/FindBoost/CMakePackage_New/lib/libboost_python.a} (100%)
copy Tests/{Wrapping/vtkIncluded.cxx => RunCMake/FindBoost/CMakePackage_New/lib/libboost_python_release.a} (100%)
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_NoHeaderTarget/BoostConfig.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_NoHeaderTarget/BoostConfigVersion.cmake
create mode 100644 Tests/RunCMake/FindBoost/CMakePackage_NoHeaderTarget/include/boost/version.hpp
create mode 100644 Tests/RunCMake/FindBoost/LegacyVars-LowercaseTargetPrefix-stdout.txt
create mode 100644 Tests/RunCMake/FindBoost/LegacyVars-LowercaseTargetPrefix.cmake
create mode 100644 Tests/RunCMake/FindBoost/LegacyVars-NoHeaderTarget.cmake
create mode 100644 Tests/RunCMake/FindBoost/LegacyVars-TargetsDefined-stdout.txt
create mode 100644 Tests/RunCMake/FindBoost/LegacyVars-TargetsDefined.cmake
create mode 100644 Tests/RunCMake/FindBoost/LegacyVars.cmake
create mode 100644 Tests/RunCMake/FindBoost/MissingTarget-stdout.txt
create mode 100644 Tests/RunCMake/FindBoost/MissingTarget.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list