Skip to content

Commit

Permalink
Update nanobind
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Feb 22, 2025
1 parent 99d540e commit 266868c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)

if (LIEF_PY_LIEF_EXT)
if (LIEF_PY_LIEF_EXT_SHARED)
Expand All @@ -23,8 +23,8 @@ endif()
if (LIEF_EXTERNAL_NANOBIND)
find_package(nanobind REQUIRED)
else()
set(NANOBIND_VERSION 2.4.0.r9.g81da6e9)
set(NANOBIND_SHA256 SHA256=8c319ad628dd092f98d345cc92e4b670c8538cc01ff8dde9be186987e7fe703f)
set(NANOBIND_VERSION 2.5.0.r28.g0a9a8cd)
set(NANOBIND_SHA256 SHA256=d8e92599ea383a6f69201f40226bedb4c879d7802259910f28416a29d8b8f5e9)
set(NANOBIND_URL "${THIRD_PARTY_DIRECTORY}/nanobind-${NANOBIND_VERSION}.zip"
CACHE STRING "URL to the Nanobind")
FetchContent_Declare(nanobind
Expand Down
Binary file not shown.

0 comments on commit 266868c

Please sign in to comment.