aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cmake/CMakeLists.txt
blob: 8ba81970ffc5414c7c834c9159c877c210a19f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required(VERSION 3.6)

#
# For more details, see docs/building.rst
#

project(CMakePythonDistributions NONE)

install(CODE "
  message(STATUS \"Install CMake project\")
")