<div dir="ltr">Hi,<div><br></div><div>My cmake line:</div><div>cmake ../../kio -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=~/GitProjects/builds/kio -DBUILD_TESTING=OFF -DBUILD_QCH=ON -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_LIBEXECDIR=lib<br></div><div><br></div><div>make runs just fine</div><div><br></div><div>After that my bin folder looks like this [1], the relevant part (ls -l bin/):</div><div>-rwxr-xr-x 1 mark users   645616 okt 22 17:21 protocoltojson<br></div><div><br></div><div>But running make install ends with:</div><div> -- Up-to-date: /home/mark/GitProjects/builds/kio/include/KF5/KIOCore/KSSLSettings</div><div>-- Up-to-date: /home/mark/GitProjects/builds/kio/include/KF5/KIOCore/ksslsettings.h</div><div>-- Up-to-date: /home/mark/GitProjects/builds/kio/include/KF5/KIOCore/kiocore_export.h</div><div>-- Up-to-date: /home/mark/GitProjects/builds/kio/etc/xdg/accept-languages.codes</div><div>-- Up-to-date: /home/mark/GitProjects/builds/kio/mkspecs/modules/qt_KIOCore.pri</div><div>CMake Error at src/protocoltojson/cmake_install.cmake:42 (file):</div><div>  file INSTALL cannot find</div><div>  "/home/mark/GitProjects/builds/kio/bin/protocoltojson".</div><div>Call Stack (most recent call first):</div><div>  src/cmake_install.cmake:46 (include)</div><div>  cmake_install.cmake:72 (include)</div><div><br></div><div><br></div><div>make: *** [Makefile:74: install] Error 1</div><div><br></div><div>and protocoltojson is indeed gone from the bin folder.</div><div>Running find . -iname "protocoltojson"</div><div>only gives me the build folder for it, the binary is actually gone...</div><div><br></div><div>Am i doing anything wrong?</div><div><br></div><div>Cheers,</div><div>Mark</div><div><br></div><div><br></div><div>[1] <a href="https://paste.kde.org/ptfhyntme">https://paste.kde.org/ptfhyntme</a></div><div><br></div></div>