Skip to content

Commit

Permalink
update readme (#22)
Browse files Browse the repository at this point in the history
* update readme

* Update README.md

* Update README.md

* Update CMakeLists.txt (#24)
  • Loading branch information
TheLartians authored Apr 11, 2019
1 parent d298f98 commit 9e9aa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()
# ---- Project ----

project(LarsParser
VERSION 1.5
VERSION 1.6
LANGUAGES CXX
)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ Using [CPM](https://github.com/TheLartians/CPM), lars::parser can be added to yo
```cmake
CPMAddPackage(
NAME LarsParser
VERSION 1.4
VERSION 1.6
GIT_REPOSITORY https://github.com/TheLartians/Parser.git
GIT_TAG master # optional
)
target_link_libraries(myProject LarsParser)
Expand Down

0 comments on commit 9e9aa9b

Please sign in to comment.