Skip to content

Commit

Permalink
[CMake] Update cmake summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 26, 2022
1 parent 1210553 commit 198aa05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmake/XRootDSummary.cmake
Expand Up @@ -7,12 +7,16 @@ component_status( FUSE BUILD_FUSE FUSE_FOUND )
component_status( CRYPTO BUILD_CRYPTO OPENSSL_FOUND )
component_status( KRB5 BUILD_KRB5 KERBEROS5_FOUND )
component_status( XRDCL ENABLE_XRDCL TRUE_VAR )
component_status( XRDCLHTTP ENABLE_XRDCLHTTP DAVIX_FOUND )
component_status( TESTS BUILD_TESTS CPPUNIT_FOUND )
component_status( HTTP BUILD_HTTP OPENSSL_FOUND )
component_status( TPC BUILD_TPC CURL_FOUND )
component_status( MACAROONS BUILD_MACAROONS MACAROONS_FOUND )
component_status( PYTHON BUILD_PYTHON PYTHON_FOUND )
component_status( VOMSXRD BUILD_VOMS VOMS_FOUND )
component_status( XRDEC ENABLE_XRDEC TRUE_VAR )
component_status( MACAROONS BUILD_MACAROONS MACAROONS_FOUND AND JSON_FOUND AND UUID_FOUND )
component_status( SCITOKENS BUILD_SCITOKENS SCITOKENSCPP_FOUND )

message( STATUS "----------------------------------------" )
message( STATUS "Installation path: " ${CMAKE_INSTALL_PREFIX} )
Expand All @@ -26,10 +30,14 @@ message( STATUS "Fuse support: " ${STATUS_FUSE} )
message( STATUS "Crypto support: " ${STATUS_CRYPTO} )
message( STATUS "Kerberos5 support: " ${STATUS_KRB5} )
message( STATUS "XrdCl: " ${STATUS_XRDCL} )
message( STATUS "XrdClHttp: " ${STATUS_XRDCLHTTP} )
message( STATUS "Tests: " ${STATUS_TESTS} )
message( STATUS "HTTP support: " ${STATUS_HTTP} )
message( STATUS "HTTP TPC support: " ${STATUS_TPC} )
message( STATUS "Macaroons support: " ${STATUS_MACAROONS} )
message( STATUS "VOMS support: " ${STATUS_VOMSXRD} )
message( STATUS "Python support: " ${STATUS_PYTHON} )
message( STATUS "XrdEc: " ${STATUS_XRDEC} )
message( STATUS "Macaroons: " ${STATUS_MACAROONS} )
message( STATUS "SciTokens: " ${STATUS_SCITOKENS} )
message( STATUS "----------------------------------------" )

0 comments on commit 198aa05

Please sign in to comment.