Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erl987 authored Oct 23, 2022
1 parent a9ab267 commit 0a28a1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The integration of *ALGLIB* into a code base using this repository can be done l
git submodule add https://github.com/erl987/alglib.git libraries/Alglib
```


Now add this subdirectory in the `CMakeLists.txt` file in the project root directory:

```CMake
Expand All @@ -30,7 +29,6 @@ Now *ALGLIB* can be included in this module, e.g.:
#include "libalglib/fasttransforms.h"
```


Optionally compiler optimizations can be enabled:

```CMake
Expand Down

0 comments on commit 0a28a1e

Please sign in to comment.