We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5200a05 commit 4a458f2Copy full SHA for 4a458f2
1 file changed
README.md
@@ -14,7 +14,6 @@ Alternatively, you can use [FetchContent()](https://cmake.org/cmake/help/latest/
14
```CMake
15
FetchContent_Declare(rk4_solver URL https://github.com/cinaral/rk4_solver/releases/download/<RELEASE_TAG>/rk4_solver-src.zip)
16
FetchContent_MakeAvailable(rk4_solver)
17
-set(rk4_solver_INCLUDE_DIR ${rk4_solver_SOURCE_DIR}/include)
18
```
19
20
Use CTest to test the library before using. There are three included tests.
0 commit comments