Skip to content

Commit

Permalink
shut up cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Dec 10, 2023
1 parent 3bc0447 commit 600f929
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/kaleidoscope/device/virtual/DefaultHIDReportConsumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include "kaleidoscope/device/virtual/DefaultHIDReportConsumer.h"

// From KeyboardioHID:
#include <HID-Settings.h> // for HID_REPORTID_NKRO_KEYBOARD
#include <BootKeyboard/BootKeyboard.h> // for HID_BootKeyboardReport_Data_t, (anonymous u...
#include <HID-Settings.h> // for HID_REPORTID_NKRO_KEYBOARD
#include <BootKeyboard/BootKeyboard.h> // for HID_BootKeyboardReport_Data_t, (anonymous u...
// From system:
#include <stdint.h> // for uint8_t
// From Arduino core:
Expand Down
4 changes: 2 additions & 2 deletions testing/KeyboardReport.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include <cstdint> // for uint8_t, uint32_t
#include <vector> // for vector

#include "HID-Settings.h" // for HID_REPORTID_NKRO_KEYBOARD
#include "BootKeyboard/BootKeyboard.h" // for HID_KeyboardReport_Data_t
#include "HID-Settings.h" // for HID_REPORTID_NKRO_KEYBOARD
#include "BootKeyboard/BootKeyboard.h" // for HID_KeyboardReport_Data_t

namespace kaleidoscope {
namespace testing {
Expand Down
2 changes: 1 addition & 1 deletion testing/googletest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note: CMake support is community-based. The maintainers do not use CMake
# internally.

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)

if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
Expand Down

0 comments on commit 600f929

Please sign in to comment.