Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting github workflows for CodeQL testing #520

Merged
merged 12 commits into from
May 6, 2024
Prev Previous commit
Next Next commit
Update CMakeLists.txt
  • Loading branch information
RafaelGCPP authored Mar 5, 2024
commit 2c3e987a266e4c066502c88ebcbca3c7ad980427
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0)
cmake_minimum_required(VERSION 3.5.0)

project(direwolf)

Expand Down