Skip to content

Commit 3504e2f

Browse files
committed
2 parents 3fe6052 + 4a458f2 commit 3504e2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Alternatively, you can use [FetchContent()](https://cmake.org/cmake/help/latest/
1414
```CMake
1515
FetchContent_Declare(rk4_solver URL https://github.com/cinaral/rk4_solver/releases/download/<RELEASE_TAG>/rk4_solver-src.zip)
1616
FetchContent_MakeAvailable(rk4_solver)
17-
set(rk4_solver_INCLUDE_DIR ${rk4_solver_SOURCE_DIR}/include)
1817
```
1918

2019
Use CTest to test the library before using. There are three included tests.

0 commit comments

Comments
 (0)