Skip to content

Commit

Permalink
cmakedeps: clarify debug message (#17453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 authored Dec 11, 2024
1 parent c238022 commit 91f743b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conan/tools/cmake/cmakedeps/templates/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ def template(self):
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
set(CMAKE_FIND_LIBRARY_SUFFIXES ${_OLD_CMAKE_FIND_LIBRARY_SUFFIXES})
if(NOT CONAN_SHARED_FOUND_LIBRARY)
message(STATUS "Cannot locate shared library: ${_LIBRARY_NAME}")
message(DEBUG "DLL library not found, creating UNKNOWN IMPORTED target")
message(DEBUG "DLL library not found, creating UNKNOWN IMPORTED target, searched for: ${_LIBRARY_NAME}")
if(NOT TARGET ${_LIB_NAME})
add_library(${_LIB_NAME} UNKNOWN IMPORTED)
endif()
Expand Down

0 comments on commit 91f743b

Please sign in to comment.