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"