File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ Then add the following to your ``CMakeLists.txt``:
5151.. code-block :: cmake
5252
5353 # short version
54- CPMAddPackage("gh:flatironinstitute/[email protected] -rc1 ") 54+ CPMAddPackage("gh:flatironinstitute/[email protected] ") 5555
5656 # alternative in case custom options are needed
5757 CPMAddPackage(
5858 NAME Finufft
5959 GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git
60- GIT_TAG 2.3.0-rc1
60+ GIT_TAG 2.3.0
6161 GIT_SHALLOW Yes
6262 GIT_PROGRESS Yes
6363 EXCLUDE_FROM_ALL Yes
@@ -79,7 +79,7 @@ Add the following to your ``CMakeLists.txt``:
7979 FetchContent_Declare(
8080 finufft
8181 GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git
82- GIT_TAG 2.2
82+ GIT_TAG 2.3.0
8383 )
8484
8585 # Make the content available
You can’t perform that action at this time.
0 commit comments