Sign in
gbmc
/
openbmc
/
5097ef1e81619359bf46b12db9a55e5eacdde9d0
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-cmake
/
CMakeLists.txt
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\")
")