Skip to content

Commit

Permalink
[CMake] Trace actual variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnjo authored and amadio committed Dec 4, 2023
1 parent d2abe4e commit 896f95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/XRootDConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ message(TRACE "XRootD_VERSION_NUMBER = '${XRootD_VERSION_NUMBER}'")

message(TRACE "XRootD_FOUND = '${XRootD_FOUND}'")
message(TRACE "XRootD_INSTALL_PREFIX = '@CMAKE_INSTALL_PREFIX@'")
message(TRACE "XRootD_INCLUDE_DIR = '@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@'")
message(TRACE "XRootD_LIBRARY_DIR = '@PACKAGE_CMAKE_INSTALL_LIBDIR@'")
message(TRACE "XRootD_INCLUDE_DIR = '${XRootD_INCLUDE_DIR}'")
message(TRACE "XRootD_LIBRARY_DIR = '${XRootD_LIBRARY_DIR}'")
message(TRACE "XRootD_LIBRARIES = '${XRootD_LIBRARIES}'")

foreach(COMPONENT UTILS CLIENT SERVER HTTP POSIX SSI)
Expand Down

0 comments on commit 896f95c

Please sign in to comment.