Skip to content

Commit e3f8fe5

Browse files
committed
docs: Update the gtest cmake required version and update the README file
1 parent db46339 commit e3f8fe5

File tree

2 files changed

+8
-57
lines changed

2 files changed

+8
-57
lines changed

CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.2)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(googletest-download NONE)
44

README.md

Lines changed: 7 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -35,76 +35,38 @@ Follow these guides for platform-specific instructions: [Windows](https://github
3535
<tr>
3636
<td>
3737

38-
[v1.1.11 (x64)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.11/CPP-SMTPClient-Library.1.1.11.x64.zip)
39-
40-
</td>
41-
<td>
42-
43-
908ec5889757fb4a5874d99d9f6311ee
44-
45-
</td>
46-
</tr>
47-
48-
<tr>
49-
<td>
50-
51-
[v1.1.10 (x64)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.10/CPP-SMTPClient-Library.1.1.10.x64.zip)
52-
53-
</td>
54-
<td>
55-
56-
1a82a5e48b959dfd359860a86df0df66
57-
58-
</td>
59-
</tr>
60-
61-
<tr>
62-
<td>
63-
64-
[v1.1.9 (x64)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.9/CPP-SMTPClient-Library.1.1.9.x64.zip)
38+
[v1.1.12 (x64)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.12/CPP-SMTPClient-Library.1.1.12.x64.zip)
6539

6640
</td>
6741
<td>
6842

69-
469dae64a844b8b193249bbbc280793e
43+
fc7613b5d30ff094bd8649dd9707cc02
7044

7145
</td>
7246
</tr>
7347

7448
<tr>
7549
<td>
7650

77-
[v1.1.8 (x86)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.9/CPP-SMTPClient-Library.1.1.9.x86.zip)
51+
[v1.1.11 (x64)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.11/CPP-SMTPClient-Library.1.1.11.x64.zip)
7852

7953
</td>
8054
<td>
8155

82-
940a0661eb0834b8966b1e92783ad181
56+
908ec5889757fb4a5874d99d9f6311ee
8357

8458
</td>
8559
</tr>
8660

8761
<tr>
8862
<td>
8963

90-
[v1.1.8 (x64)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.8/CPP-SMTPClient-Library.1.1.8.x64.zip)
91-
92-
</td>
93-
<td>
94-
95-
813e656a811af15891d4c1160a21dec9
96-
97-
</td>
98-
</tr>
99-
<tr>
100-
<td>
101-
102-
[v1.1.8 (x86)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.8/CPP-SMTPClient-Library.1.1.8.x86.zip)
64+
[v1.1.10 (x64)](https://github.com/jeremydumais/CPP-SMTPClient-library/releases/download/v1.1.10/CPP-SMTPClient-Library.1.1.10.x64.zip)
10365

10466
</td>
10567
<td>
10668

107-
277b9c257decc619a6358de58b213928
69+
1a82a5e48b959dfd359860a86df0df66
10870

10971
</td>
11072
</tr>
@@ -154,18 +116,6 @@ for previous versions.
154116
last response from the mail server.
155117
- Add support for macOS.
156118
- Fix the install/uninstall process of the library.
157-
- Version 1.1.9:
158-
- Rework the build system to support static build and to generate correct
159-
release version.
160-
- The build configuration now works with multi-config generators like Visual
161-
Studio
162-
- The default build configurations in Visual Studio has been changed to :
163-
- x64-Debug
164-
- x64-Debug-Static
165-
- x64-Debug-WithUnitTests
166-
- x64-Release
167-
- x64-Release-Static
168-
- x64-Release-WithUnitTests
169119

170120
## ⚡️ Quickstart - The 3 client classes
171121

@@ -368,6 +318,7 @@ s: 250 2.1.5 OK v2-20020a05620a440200b006fed2788751sm17411101qkp.76 - gsmtp
368318
c: DATA\r\n
369319
s: 354 Go ahead v2-20020a05620a440200b006fed2788751sm17411101qkp.76 - gsmtp
370320
c: Date: Wed, 23 Jul 2025 06:46:47 -0500\r\n
321+
c: Message-ID: <[email protected]>\r\n
371322
c: From: [email protected]\r\n
372323
c: To: youremailaddress@localhost\r\n
373324
c: Subject: This is a test (Subject)\r\n

0 commit comments

Comments
 (0)