From 19164fbc51eafb07ede84731a82b306bc64fb42e Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Mon, 13 May 2024 14:32:37 +0200 Subject: [PATCH] Fixed compile after name changes --- CMakeLists.txt | 2 +- linux/libvscphelper.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb81448..471a47d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ if(NOT DEFINED PATCH_VERSION) SET(PATCH_VERSION "0") endif() -add_subdirectory(./third_party/spdlog/) +#add_subdirectory(./third_party/spdlog/) SET(CPACK_PACKAGE_DESCRIPTION "VSCP Helper library") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Helper functionality for VSCP applications") diff --git a/linux/libvscphelper.cpp b/linux/libvscphelper.cpp index 0be6cdd..206dcf3 100644 --- a/linux/libvscphelper.cpp +++ b/linux/libvscphelper.cpp @@ -46,7 +46,7 @@ #include #include -#include +#include #include #include "libvscphelper.h"