From: Michael Wallner Date: Mon, 14 Dec 2020 17:25:52 +0000 (+0100) Subject: cmake: fix docs X-Git-Tag: 1.1.0-beta1~58 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=c6685a90ef02e4a1689cccd7baad48fdb0769563 cmake: fix docs --- diff --git a/CMake/_Include.cmake b/CMake/_Include.cmake index 90ebc261..39442dc2 100644 --- a/CMake/_Include.cmake +++ b/CMake/_Include.cmake @@ -1,5 +1,3 @@ -list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake") - include(_Configure) configure_init(${CMAKE_BINARY_DIR}/mem_config.h) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48fc3298..436d6d8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) include(CMakeConfig.txt) include(GNUInstallDirs) +list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake") if(BUILD_DOCS OR BUILD_DOCSONLY) add_subdirectory(docs) diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index e464cab8..5aa10d3d 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -16,7 +16,7 @@ was incremented due to the following changes: * Source: https://github.com/m6w6/libmemcached * Documentation: https://m6w6.github.io/libmemcached * Continuous Integration: - * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS **·** amd64) + * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS, Windows **·** amd64) * Travis: https://travis-ci.org/m6w6/libmemcached (Linux **·** arm64, ppc64le, s390x) * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, OpenBSD **·** amd64)