Skip to content

Commit

Permalink
Debug CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
neobrain committed Sep 6, 2024
1 parent 19b5c21 commit 3e39eb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,12 @@ find_package(Python 3.0 REQUIRED COMPONENTS Interpreter)

set(BUILD_SHARED_LIBS OFF)

set(CMAKE_FIND_DEBUG_MODE TRUE)
pkg_search_module(xxhash IMPORTED_TARGET xxhash libxxhash)
set(CMAKE_FIND_DEBUG_MODE FALSE)
message(STATUS "Found: ${xxhash_FOUND}")
message(STATUS "Libs: ${xxhash_LIBRARIES}")
message(STATUS "Inc: ${xxhash_INCLUDE_DIRS}")
if (TARGET PkgConfig::xxhash)
message(STATUS "Found xxhash via pkgconfig")
add_library(xxHash::xxhash ALIAS PkgConfig::xxhash)
Expand Down

0 comments on commit 3e39eb3

Please sign in to comment.