From 9dbf4f555dfbbbe0e416d7fb0ed6f2f8525bedbb Mon Sep 17 00:00:00 2001 From: siddharthati <72189368+siddharthati@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:39:22 +0530 Subject: [PATCH] Update CMakeLists.txt --- apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index f7c9dec..14259fb 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -117,6 +117,6 @@ add_executable(json_parse json_parse.c) target_link_libraries(json_parse PRIVATE ${APPS_LINK_LIBS}) # Note: it is intentional that there are no install instructions here yet. -# When/if the interface of the app(s) listed here settles down enough to +# if the interface of the app(s) listed here settles down enough to # publish as part of a regular build that will be added.