Skip to content

Commit

Permalink
Make TurboJpeg finding more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eilemann authored and Stefan Eilemann committed Aug 20, 2013
1 parent 16be294 commit 5656e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibFindMacros.cmake
Expand Up @@ -64,7 +64,7 @@ macro (libfind_process PREFIX)
# Print message and/or exit on fatal error
if (${PREFIX}_FOUND)
if (NOT ${PREFIX}_FIND_QUIETLY)
message (STATUS "Found ${PREFIX} ${${PREFIX}_VERSION}")
message (STATUS "Found ${PREFIX} ${${PREFIX}_VERSION} in ${${PREFIX}_INCLUDE_DIRS};${${PREFIX}_LIBRARIES}")
endif (NOT ${PREFIX}_FIND_QUIETLY)
else (${PREFIX}_FOUND)
if (${PREFIX}_FIND_REQUIRED)
Expand Down

0 comments on commit 5656e70

Please sign in to comment.