X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2FCMakeLists.txt;h=118dbc445be2570e27c5d5127e5e0b28fab0c98c;hb=9a92baf41fc9d2914a7dab39cb4aecc8330c65f9;hp=2339a55b73cc81b33d5db74cb749f79f481b0e38;hpb=de06e7008148c922f5c4bbe5d602be9ada1842c7;p=awesomized%2Flibmemcached diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2339a55b..118dbc44 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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()