Skip to content

Commit adde408

Browse files
committed
switch compiler
1 parent ec51094 commit adde408

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.28)
22

3-
set(CMAKE_C_COMPILER clang)
4-
set(CMAKE_CXX_COMPILER clang++)
3+
set(CMAKE_C_COMPILER gcc)
4+
set(CMAKE_CXX_COMPILER g++)
55
set(CMAKE_CXX_STANDARD 20)
66

77
file(STRINGS "version.txt" version REGEX "^([0-9]+)\\.([0-9]+)\\.([0-9]+)")

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ You can also find me as `matjam` on the `#smoothpaper` channel on the [Libera.Ch
168168

169169
If you would like to contribute to smoothpaper, please open a pull request. I'm happy to accept any contributions, and will work with you to get your changes merged. I'm not a C++ programmer by trade, so I'm sure there are many things that could be improved. I'm especially interested in any contributions that implement items in the TODO list above.
170170

171+
## Thanks
172+
173+
- vee on libera.chat for beta testing and feature requests
174+
171175
## License
172176

173177
This program is licensed under the Apache 2.0 license. See the LICENSE file for more information.

0 commit comments

Comments
 (0)