testing: ++
[awesomized/libmemcached] / test / CMakeLists.txt
index 2339a55b73cc81b33d5db74cb749f79f481b0e38..118dbc445be2570e27c5d5127e5e0b28fab0c98c 100644 (file)
@@ -5,11 +5,8 @@ endif()
 include(CMake/Catch.cmake)
 
 if(NOT MEMCACHED_BINARY)
-    find_program(MEMCACHED_BINARY memcached DOC "memcached binary")
-    if(NOT MEMCACHED_BINARY)
-        message(SEND_ERROR "Could not find memcached(1) binary")
-        set(ENV{INVALID_CONFIGURATION} 1)
-    endif()
+    message(SEND_ERROR "Could not find memcached(1) binary")
+    set(ENV{INVALID_CONFIGURATION} 1)
 endif()