[CMake] use PYTHON_INSTALL_ON_SITE
PYTHON_INSTALL_ON_SITE does the PYTHON_BUILD and the INSTALL, but they require to have the same arguments. Then, we have to put the CMakeLists in a parent folder of the module, as `python`, or `bindings/python`.
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- python/CMakeLists.txt 1 addition, 2 deletionspython/CMakeLists.txt
- python/example_robot_data/__init__.py 0 additions, 0 deletionspython/example_robot_data/__init__.py
- python/example_robot_data/__main__.py 0 additions, 0 deletionspython/example_robot_data/__main__.py
- python/example_robot_data/robots_loader.py 1 addition, 2 deletionspython/example_robot_data/robots_loader.py
- unittest/CMakeLists.txt 1 addition, 1 deletionunittest/CMakeLists.txt
Loading
Please register or sign in to comment