cmake_minimum_required(VERSION 3.6)

project(PatchelfPythonDistributions)

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