From 6f28f01603d7a28885367ccbf579e37d43e57209 Mon Sep 17 00:00:00 2001 From: Steve Sperandeo Date: Sat, 14 Apr 2018 07:24:54 +0000 Subject: [PATCH] Updated cmake to find variable. --- tst/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tst/CMakeLists.txt diff --git a/tst/CMakeLists.txt b/tst/CMakeLists.txt old mode 100644 new mode 100755 index e0ce264..38b1a4c --- a/tst/CMakeLists.txt +++ b/tst/CMakeLists.txt @@ -1,4 +1,4 @@ -find_path(CATCH_INCLUDE_DIR NAMES catch.hpp) +find_path(CATCH_INCLUDE_DIR NAMES catch.hpp HINTS ..) include_directories(${CATCH_INCLUDE_DIR}) add_executable(etcd_test EtcdTest.cpp EtcdSyncTest.cpp WatcherTest.cpp)