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)