blob: 8ba81970ffc5414c7c834c9159c877c210a19f90 [file] [log] [blame]
cmake_minimum_required(VERSION 3.6)
#
# For more details, see docs/building.rst
#
project(CMakePythonDistributions NONE)
install(CODE "
message(STATUS \"Install CMake project\")
")