Updated cmake to find variable.
This commit is contained in:
parent
be7b029bd2
commit
6f28f01603
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue