Skip to content

Commit

Permalink
More debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 29, 2024
1 parent ec50159 commit d1f0b51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/cpack_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ if (WIN32)
# TODO unix2dos doc/*.txt

# Smartmontools
message(STATUS "Checking if \"${CMAKE_BINARY_DIR}/smartmontools\" exists.")
if (IS_DIRECTORY "${CMAKE_BINARY_DIR}/smartmontools") # CI
message(STATUS "Copying smartmontools files from \"${CMAKE_BINARY_DIR}/smartmontools\".")
# GitHub extract location. The files are extracted without relative paths in archive (7z e).
install(FILES
"${CMAKE_BINARY_DIR}/smartmontools/drivedb.h"
Expand All @@ -200,6 +202,7 @@ if (WIN32)
)
else()
# System-installed smartmontools
message(STATUS "Assuming system-installed smartmontools in \"${APP_WINDOWS_SMARTCTL_ROOT}\".")
install(FILES
"${APP_WINDOWS_SMARTCTL_ROOT}/bin/drivedb.h"
"${APP_WINDOWS_SMARTCTL_ROOT}/bin/smartctl-nc.exe"
Expand Down

0 comments on commit d1f0b51

Please sign in to comment.