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``:
51
51
.. code-block :: cmake
52
52
53
53
# short version
54
- CPMAddPackage("gh:flatironinstitute/[email protected] -rc1 ")
54
+ CPMAddPackage("gh:flatironinstitute/[email protected] ")
55
55
56
56
# alternative in case custom options are needed
57
57
CPMAddPackage(
58
58
NAME Finufft
59
59
GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git
60
- GIT_TAG 2.3.0-rc1
60
+ GIT_TAG 2.3.0
61
61
GIT_SHALLOW Yes
62
62
GIT_PROGRESS Yes
63
63
EXCLUDE_FROM_ALL Yes
@@ -79,7 +79,7 @@ Add the following to your ``CMakeLists.txt``:
79
79
FetchContent_Declare(
80
80
finufft
81
81
GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git
82
- GIT_TAG 2.2
82
+ GIT_TAG 2.3.0
83
83
)
84
84
85
85
# Make the content available
You can’t perform that action at this time.
0 commit comments