From cdd78fb0267e80c65f221aac8527a0bf6ca7a32f Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 23 Dec 2018 19:42:17 +0100 Subject: [PATCH] Fix typo in code for mocked service configuration --- connector/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/CMakeLists.txt b/connector/CMakeLists.txt index 96acabb..01bbb92 100644 --- a/connector/CMakeLists.txt +++ b/connector/CMakeLists.txt @@ -108,7 +108,7 @@ endif() option(SYNCTHING_SERVICE_MOCKED "enables mocking the SyncthingService class so it will provide some fake status" OFF) if(SYNCTHING_SERVICE_MOCKED) set_property( - SORUCE syncthingservice.cpp + SOURCE syncthingservice.cpp APPEND PROPERTY COMPILE_DEFINITIONS ${META_PROJECT_VARNAME_UPPER}_SERVICE_MOCKED ) message(WARNING "SyncthingService class will be mocked")