Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 8, 2025
1 parent c7d44bc commit cdfbeb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ModuleHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ macro(_userver_module_find_part)
PATH_SUFFIXES ${ARG_PATH_SUFFIXES}
PATHS ${ARG_PATHS}
)
message(DEBUG "STATUS FIND(${ARG_NAMES}) ARGS: ${find_command_args}")
if("${ARG_PART_TYPE}" STREQUAL "library")
find_library(${find_command_args})
elseif("${ARG_PART_TYPE}" STREQUAL "path")
Expand Down

0 comments on commit cdfbeb4

Please sign in to comment.