summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-29 00:49:27 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-29 11:36:39 +0000
commit4dc38c086da49feab835eeaeacc0e8b5683c7136 (patch)
treef2982b121b502fb6ed516db2a977de3aee27fc92
parent4b32658d56f61a87e1383bb5c2b1399f023aeb21 (diff)
Remove .cabal-sandbox option from tox-spectest find line.
This was just for finding it in toktok-stack, which now uses haskell-stack, and thus no longer has a .cabal-sandbox. We'll just assume that the Makefile properly sets up the path such that tox-spectest is available.
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 421f6342..7d6bfe4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -357,9 +357,7 @@ target_link_modules(toxencryptsave toxcore)
357# 357#
358################################################################################ 358################################################################################
359 359
360find_program(SPECTEST NAMES 360find_program(SPECTEST NAMES tox-spectest)
361 tox-spectest
362 ${CMAKE_SOURCE_DIR}/../.cabal-sandbox/bin/tox-spectest)
363 361
364if(SPECTEST AND MSGPACK_FOUND) 362if(SPECTEST AND MSGPACK_FOUND)
365 add_c_executable(toxcore-sut 363 add_c_executable(toxcore-sut