I develop for rapberry pi bulsseye and want to use cmake. If I add a specific path to the installation settings in the Project properties settings It does not add a install command in the CMakeList.txt. Is there a way to do so, or is it a bug?
Unfortunately, it is hard to suggest anything specific based on the description you provided.
In order for us to provide any help with this, please describe what you are trying to achieve vs. what you are observing using the 3-step format per our problem reporting guidelines.
Please make sure you include all relevant uncropped screenshots so that we could help you locate the relevant settings.
This is by design. The “installation prefix” setting affects the entire project by passing the CMAKE_INSTALL_PREFIX parameter to CMake via command line. It does not affect the contents of CMakeLists.txt.