changeset 590:aec9e70d55ff

CMake: mark irccd as C++ only
author David Demelier <markand@malikania.fr>
date Tue, 05 Dec 2017 14:54:45 +0100
parents 25d4a9f239ec
children b6101b01d0af
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Dec 05 14:54:34 2017 +0100
+++ b/CMakeLists.txt	Tue Dec 05 14:54:45 2017 +0100
@@ -47,7 +47,7 @@
 #
 
 cmake_minimum_required(VERSION 3.3)
-project(irccd)
+project(irccd CXX)
 
 # Helper to set global internal variables.
 function(setg var value)