From 6ed61f8e91ffc00310b253ad2c777c0e862bd742 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sat, 19 Dec 2020 19:14:50 -0800 Subject: add note that cmake build is preliminary --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8dad76..0cd39ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,8 @@ cmake_minimum_required(VERSION 3.12) +# Please note that cmake support is very preliminary. Autotools-based +# build is the only fully supported build for now. + # Based on configure.ac project(gperftools VERSION 2.8.0 LANGUAGES C CXX @@ -1584,4 +1587,4 @@ install(FILES DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") #TODO @GENERATE_CHANGELOG_RULES@ -#TODO dist \ No newline at end of file +#TODO dist -- cgit v1.2.1