Skip to content

Commit

Permalink
Output TPC build status in cmake summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Jun 14, 2018
1 parent 7915df2 commit 70d82f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/XRootDSummary.cmake
Expand Up @@ -9,6 +9,7 @@ component_status( KRB5 BUILD_KRB5 KERBEROS5_FOUND )
component_status( XRDCL ENABLE_XRDCL TRUE_VAR )
component_status( TESTS BUILD_TESTS CPPUNIT_FOUND )
component_status( HTTP BUILD_HTTP OPENSSL_FOUND )
component_status( TPC BUILD_TPC CURL_FOUND )
component_status( CEPH BUILD_CEPH CEPH_FOUND )
component_status( PYTHON BUILD_PYTHON PYTHON_FOUND )

Expand All @@ -26,6 +27,7 @@ message( STATUS "Kerberos5 support: " ${STATUS_KRB5} )
message( STATUS "XrdCl: " ${STATUS_XRDCL} )
message( STATUS "Tests: " ${STATUS_TESTS} )
message( STATUS "HTTP support: " ${STATUS_HTTP} )
message( STATUS "HTTP TPC support: " ${STATUS_TPC} )
message( STATUS "CEPH support: " ${STATUS_CEPH} )
message( STATUS "Python support: " ${STATUS_PYTHON} )
message( STATUS "----------------------------------------" )

0 comments on commit 70d82f2

Please sign in to comment.