summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2023-05-02 20:36:28 +0300
committerGitHub <noreply@github.com>2023-05-02 20:36:28 +0300
commit2241df1913806f8cdd047f6abcc05c14d582ce49 (patch)
tree7e3830bfec369acf7b31d4d77e1021cf69c6eeeb
parent0a1ef218f00742758585eda5321e6630680eb1bb (diff)
Fix cmake errors (#14998)
Fix cmake
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1feb4314b2..2447abb6cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -936,8 +936,8 @@ set(ACLK_FILES
aclk/schema-wrappers/schema_wrappers.h
aclk/schema-wrappers/schema_wrapper_utils.cc
aclk/schema-wrappers/schema_wrapper_utils.h
- aclk/schema-wrappers/agent_cmds.cc \
- aclk/schema-wrappers/agent_cmds.h \
+ aclk/schema-wrappers/agent_cmds.cc
+ aclk/schema-wrappers/agent_cmds.h
aclk/helpers/mqtt_wss_pal.h
aclk/helpers/ringbuffer_pal.h
)