jasonsikes/QLogo

installs executables in /usr/ instead of /usr/bin/

Closed this issue · 4 comments

barak commented

The line

install(TARGETS QLogo logo RUNTIME DESTINATION . BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR})

in CMakeLists.txt installs the executables in /usr/ instead of /usr/bin/ using the default Debian build scripts.

There are a bunch of things I will have to learn about CMake.

In the meantime, would this work instead?

${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}

barak commented

I dunno; I treasure my ignorance of cmake!

Yeah, I don't want to learn it either, but I will have to. I still need to figure out how to install libraries and help files.

CMake has been updated. Now installs files where they should go. Thanks!