diff options
author | dartraiden <wowemuh@gmail.com> | 2018-06-13 20:09:13 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-06-13 20:09:13 +0300 |
commit | 67971c2b92ed48fa9bee1c025b3f8e97ece054e7 (patch) | |
tree | 2e7de577e29dbe6f5201aedbfe4281871ce328b2 /src/core | |
parent | af266c08cad5443d9125e2a8056e6543bcd430c9 (diff) |
remove StdIdle from CMake and installers
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 662c4166b6..9c2f22c20b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -4,7 +4,6 @@ add_subdirectory(stdclist) add_subdirectory(stdcrypt) add_subdirectory(stdemail) add_subdirectory(stdfile) -add_subdirectory(stdidle) add_subdirectory(stdmsg) add_subdirectory(stdssl) add_subdirectory(stduihist) |