Skip to content

Commit e9f4cfb

Browse files
committed
install doc cmake to 2.3.0
1 parent cdcccbe commit e9f4cfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.rst

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)