Skip to content

Commit

Permalink
debug snappy
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Oct 20, 2024
1 parent d0c603e commit 581fe2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake_modules/FindSnappy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ find_path(Snappy_INCLUDE_DIR NAMES snappy.h)

find_library(Snappy_LIBRARY NAMES snappy)

message("${Snappy_INCLUDE_DIR} -- ${Snappy_LIBRARY}")

include(SelectLibraryConfigurations)
SELECT_LIBRARY_CONFIGURATIONS(SNAPPY)

Expand Down

0 comments on commit 581fe2c

Please sign in to comment.