cmake_example
cmake_example copied to clipboard
make: *** No rule to make target 'install'. Stop.
make: *** No rule to make target 'install'. Stop.
used these commands
cd pybind11
mkdir build
cd build
cmake ..
make install
can anyone help with this