Fix typo in code for mocked service configuration

This commit is contained in:
Martchus 2018-12-23 19:42:17 +01:00
parent db35ce14be
commit cdd78fb026
1 changed files with 1 additions and 1 deletions

View File

@ -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")