Skip to content

Commit

Permalink
Increase version mentions in documentation and README
Browse files Browse the repository at this point in the history
  • Loading branch information
aslze committed Nov 21, 2024
1 parent b020c1f commit 869428a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ With CMmake 3.14+, instead of using `find_package()`, you can download and build

```cmake
include(FetchContent)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.11.zip)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.12.zip)
FetchContent_MakeAvailable(asl)
```

Expand Down Expand Up @@ -345,7 +345,7 @@ With a recent CMake (3.14+) you can also build mbedTLS together with ASL as subp
set(ASL_TLS ON)
set(ENABLE_PROGRAMS OFF CACHE BOOL "") # skip samples
FetchContent_Declare(mbedtls URL https://github.com/Mbed-TLS/mbedtls/archive/v3.2.1.zip)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.11.zip)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.12.zip)
FetchContent_MakeAvailable(mbedtls asl)
```

Expand Down
4 changes: 2 additions & 2 deletions doc/doc.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ With CMake 3.14+, instead of using `find_package()`, you can download and build
~~~
include(FetchContent)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.11.zip)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.12.zip)
FetchContent_MakeAvailable(asl)
~~~
Expand Down Expand Up @@ -103,7 +103,7 @@ With a recent CMake you can also build mbedTLS together with ASL as subprojects
set(ASL_TLS ON)
set(ENABLE_PROGRAMS OFF CACHE BOOL "") # skip samples
FetchContent_Declare(mbedtls URL https://github.com/Mbed-TLS/mbedtls/archive/v3.2.1.zip)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.11.zip)
FetchContent_Declare(asl URL https://github.com/aslze/asl/archive/1.11.12.zip)
FetchContent_MakeAvailable(mbedtls asl)
```
Expand Down

0 comments on commit 869428a

Please sign in to comment.