diff CMakeLists.txt @ 708:0dd4fb9dfcc8

Irccd: disable pid, gid, uid and daemon options, closes #846 @1h Those options are too platform specific and should be handled by the service manager instead.
author David Demelier <markand@malikania.fr>
date Sat, 07 Jul 2018 09:21:10 +0200
parents 4b5dba257d81
children 1b04ffb2b35e
line wrap: on
line diff
--- a/CMakeLists.txt	Sat Jul 07 08:56:25 2018 +0200
+++ b/CMakeLists.txt	Sat Jul 07 09:21:10 2018 +0200
@@ -76,8 +76,6 @@
 include(cmake/function/IrccdIndentMessage.cmake)
 
 include(cmake/check/PutTime.cmake)
-include(cmake/check/UidIsSigned.cmake)
-include(cmake/check/GidIsSigned.cmake)
 
 include(cmake/IrccdVersion.cmake)
 include(cmake/IrccdOptions.cmake)