2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00
Files
python/CMake-init.sh

5 lines
69 B
Bash

#!/bin/bash
mkdir build
cd build
cmake -D Boost_NO_BOOST_CMAKE=ON ..