Skip to content

Commit b67db7b

Browse files
committed
chore: Bump dependencies (CMake & gTest)
1 parent a649f77 commit b67db7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

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.7)
1+
cmake_minimum_required(VERSION 3.26.4)
22
project(arduino_midi_library CXX)
33

44
add_subdirectory(builder)

external/google-test

Submodule google-test updated 288 files

test/analyzer/analyzer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
USING_NAMESPACE_ANALYZER
1212

13-
int main(int argc, char **argv) {
13+
int main(int, char**) {
1414
MIDIAnalyzer analyzer;
1515
analyzer.setup();
1616

0 commit comments

Comments
 (0)