Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus authored Jun 9, 2023
2 parents a018118 + b7d2aa4 commit c085cd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/template-janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
release:
types: [published]
push:
tags:
branches:
- main
- develop
permissions:
contents: write

env:
TEMPLATES_PATH: ".github/template"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

## About cmake_template

**NOTE** This is undergoing a major overhaul on a new branch currently.


This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.

By default (collectively known as `ENABLE_DEVELOPER_MODE`)
Expand Down Expand Up @@ -53,7 +50,6 @@ Now you can clone the project locally and get to work!

* [Dependency Setup](README_dependencies.md)
* [Building Details](README_building.md)
* [Troubleshooting](README_troubleshooting.md)
* [Docker](README_docker.md)

## Testing
Expand Down
2 changes: 1 addition & 1 deletion README_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The following compilers should work:
</details>


2. [CMake 3.15+](https://cmake.org/)
2. [CMake 3.21+](https://cmake.org/)
<details>
<summary>Install Command</summary>

Expand Down

0 comments on commit c085cd0

Please sign in to comment.