mirror of
https://github.com/gperftools/gperftools
synced 2025-01-03 13:12:02 +00:00
add note that cmake build is preliminary
This commit is contained in:
parent
6bbf2ed150
commit
6ed61f8e91
@ -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
|
||||
#TODO dist
|
||||
|
Loading…
Reference in New Issue
Block a user