cmake: fix docs
authorMichael Wallner <mike@php.net>
Mon, 14 Dec 2020 17:25:52 +0000 (18:25 +0100)
committerMichael Wallner <mike@php.net>
Mon, 14 Dec 2020 17:25:52 +0000 (18:25 +0100)
CMake/_Include.cmake
CMakeLists.txt
ChangeLog-1.1.md

index 90ebc261b471b98ad893a62bc44d3219ef7132b0..39442dc2901cfc5cd8b6499d85a0de5f64e06088 100644 (file)
@@ -1,5 +1,3 @@
-list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake")
-
 include(_Configure)
 configure_init(${CMAKE_BINARY_DIR}/mem_config.h)
 
index 48fc3298bc51d1a6209d18b5cb352e7d627160c9..436d6d8e56bad13cd33ab5bb3c050030d4f8dac8 100644 (file)
@@ -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)
index e464cab8381d4605eb76da50796e2e71f809f186..5aa10d3d84e93bac2f6a9dbfc14da28271891777 100644 (file)
@@ -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)