summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2020-12-19 19:14:50 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2020-12-19 19:14:50 -0800
commit6ed61f8e91ffc00310b253ad2c777c0e862bd742 (patch)
treee3dfa73d79abc9e2973aa3f2bcd5c60ef0872a07
parent6bbf2ed1501e27e215bb412b9b0b930921598bca (diff)
downloadgperftools-6ed61f8e91ffc00310b253ad2c777c0e862bd742.tar.gz
add note that cmake build is preliminary
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
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