Skip to content

Commit

Permalink
Include CheckFunctionExists to CMakeLists.txt.
Browse files Browse the repository at this point in the history
Without this change, a "cmake ." for me would error with...

    Unknown CMake command "CHECK_FUNCTION_EXISTS".

Change-Id: Ic970d133eae2e8100a27ff0d2a9c3d79a9ef19a2
Reviewed-on: http://review.couchbase.org/39818
Reviewed-by: Dave Rigby <daver@couchbase.com>
Tested-by: Steve Yen <steve.yen@gmail.com>
  • Loading branch information
steveyen committed Jul 25, 2014
1 parent 983bbcf commit 7201e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

ADD_SUBDIRECTORY(libmemcached)

INCLUDE(CheckFunctionExists)
INCLUDE(CheckIncludeFiles)

INCLUDE_DIRECTORIES(BEFORE ${LIBEVENT_INCLUDE_DIR}
Expand Down

0 comments on commit 7201e4a

Please sign in to comment.