From 088a8e30aeb105a5e2ed8868281c956ecb190e58 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 24 May 2023 19:37:59 +0100 Subject: [PATCH] Tidying --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09a59f8e..3dc65b8a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ if (${CMAKE_BUILD_TYPE} MATCHES "Debug") # The QT source directory is specified as an include path just so that CLion can navigate to the Qt implementation # files, during debugging. No QT headers are actually included via this method. Feel free to comment this out if # you don't possess the Qt source code on your machine. You may need to invalidate CMake cache. - target_include_directories(Bloom PUBLIC /opt/Qt/6.2.4/Src) + # target_include_directories(Bloom PUBLIC /opt/Qt/6.2.4/Src) endif() target_compile_definitions( diff --git a/README.md b/README.md index ef7ab0c7..9914605e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ To compile Bloom, the following dependencies must be resolved: The accompanying package names are from the Debian (APT) package repositories - package names will vary across package repositories. -- CMake version 3.22 or later: +- CMake version 3.22 or later - G++10 or later - libusb v1.0 (`libusb-1.0-0-dev`) - libhidapi (0.11.2 or later) (`libhidapi-dev`)