Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Sep 2, 2024
1 parent 05260a3 commit de272a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif()
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/vendor/finufft")
set(JAX_FINUFFT_EXTRA_FLAGS -fPIC)
filter_supported_compiler_flags(JAX_FINUFFT_EXTRA_FLAGS JAX_FINUFFT_EXTRA_FLAGS)
target_compile_options(finufft PRIVATE JAX_FINUFFT_EXTRA_FLAGS)
target_compile_options(finufft PRIVATE ${JAX_FINUFFT_EXTRA_FLAGS})

# Find Python and nanobind
find_package(Python 3.8 COMPONENTS Interpreter Development.Module REQUIRED)
Expand Down

0 comments on commit de272a1

Please sign in to comment.