I tried with

install(TARGETS
      my_executable
      RUNTIME DESTINATION bin
      PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE SETUID
)

But it only works if I do "sudo make install" before "cpack -G DEB". How to
avoid the "sudo make install" step?  Can I embed post-install script in
cpack generated debian package?

--
Tiger


2009/8/10 Dong Tiger <[email protected]>

> Hi,
>
> I use CPack to  build debian package for my project. One of the executables
> in my project need to have suid set. How could I do that?
>
> TIA
>
> --
> Tiger
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to