cheshirekow / cmake_format

Source code formatter for cmake listfiles.
GNU General Public License v3.0
941 stars 103 forks source link

Make pip editable install's work (avoid multiple .egg_infos) #338

Open jevinskie opened 8 months ago

jevinskie commented 8 months ago

pip doesn't support multiple setup() calls in setup.py - it complains about the multiple .egg_infos generated. This workaround skips calling the non-cmakalang setups() if there is an argument provided to setup.py.