Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 23, 2024
1 parent f8d6cd9 commit b580e96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@ FetchContent_Declare(
SYSTEM
)

FetchContent_Declare(
nanobind
URL
"${CMAKE_CURRENT_SOURCE_DIR}/external/nanobind-v2.2.0.tar.xz"
URL_HASH "SHA256=6f0064c5e94b0bc34637644ddf035cdc7831135949b843adf52bc4bdbe2c6b5d"
EXCLUDE_FROM_ALL
OVERRIDE_FIND_PACKAGE
SYSTEM
)

# Tweak hictk
set(HICTK_BUILD_BENCHMARKS OFF)
set(HICTK_BUILD_EXAMPLES OFF)
Expand Down
10 changes: 10 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ find_package(
REQUIRED
)

FetchContent_Declare(
nanobind
URL
"${CMAKE_CURRENT_SOURCE_DIR}/../external/nanobind-v2.2.0.tar.xz"
URL_HASH "SHA256=6f0064c5e94b0bc34637644ddf035cdc7831135949b843adf52bc4bdbe2c6b5d"
EXCLUDE_FROM_ALL
OVERRIDE_FIND_PACKAGE
SYSTEM
)

find_package(Arrow REQUIRED)
find_package(FMT REQUIRED)
find_package(nanobind REQUIRED)
Expand Down

0 comments on commit b580e96

Please sign in to comment.