1 2 3 4 5
pkg:setup args = std_cmake_args + %W[-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=#{MacOS.version} ] mkdir "build" && cd build cmake .. *args make