summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-02 17:25:29 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-06 13:06:22 +0000
commit52f6e4e7c59ab3fddac779278dd90796569a857f (patch)
treec1661cb0555cf9050e32223753d56247b6d5901b /cmake
parenta3a0e553f3f06cf97d58347901fd478db81d571b (diff)
Move tox_shell program to the toxins repository.
https://github.com/TokTok/toxins/tree/master/tox_shell
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Dependencies.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index d2a52ae7..be21bbf8 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -8,7 +8,6 @@ include(ModulePackage)
8 8
9find_package(Threads REQUIRED) 9find_package(Threads REQUIRED)
10 10
11find_library(UTIL_LIBRARIES util )
12find_library(RT_LIBRARIES rt ) 11find_library(RT_LIBRARIES rt )
13 12
14# For toxcore. 13# For toxcore.