pybind / cmake_example

Example pybind11 module built with a CMake-based build system
Other
616 stars 218 forks source link

make: *** No rule to make target 'install'. Stop. #26

Open hyperparameters opened 4 years ago

hyperparameters commented 4 years ago
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