We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcccbe commit e9f4cfbCopy full SHA for e9f4cfb
docs/install.rst
@@ -51,13 +51,13 @@ Then add the following to your ``CMakeLists.txt``:
51
.. code-block:: cmake
52
53
# short version
54
- CPMAddPackage("gh:flatironinstitute/[email protected]-rc1")
+ CPMAddPackage("gh:flatironinstitute/[email protected]")
55
56
# alternative in case custom options are needed
57
CPMAddPackage(
58
NAME Finufft
59
GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git
60
- GIT_TAG 2.3.0-rc1
+ GIT_TAG 2.3.0
61
GIT_SHALLOW Yes
62
GIT_PROGRESS Yes
63
EXCLUDE_FROM_ALL Yes
@@ -79,7 +79,7 @@ Add the following to your ``CMakeLists.txt``:
79
FetchContent_Declare(
80
finufft
81
82
- GIT_TAG 2.2
83
)
84
85
# Make the content available
0 commit comments