Skip to content

Commit

Permalink
Fixed compile after name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 13, 2024
1 parent 60381f4 commit 19164fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion linux/libvscphelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <syslog.h>

#include <canal.h>
#include <canal_macro.h>
#include <canal-macro.h>
#include <vscpremotetcpif.h>

#include "libvscphelper.h"
Expand Down

0 comments on commit 19164fb

Please sign in to comment.