Skip to content

Commit

Permalink
Provide feedback on what is being checked
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed May 21, 2024
1 parent 8646398 commit e1fb40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/DllTypeCheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function(DllTypeCheck btype dlldir)
file(GLOB dll_files RELATIVE "${dlldir}" "${dlldir}/*.dll")
set(non_match 0)
foreach(dlf ${dll_files})
message("Checking ${dlf}")
# dumpbin doesn't like CMake style paths
file(TO_NATIVE_PATH "${dlf}" TBFN)
# https://stackoverflow.com/a/28304716/2037687
Expand Down

0 comments on commit e1fb40a

Please sign in to comment.