mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/bash
|
|
|
|
mkdir build
|
|
cd build
|
|
cmake -D Boost_NO_BOOST_CMAKE=ON .. |