changeset 753:6d09b5fc82e8

CMake: disable CXX only for platform tests
author David Demelier <markand@malikania.fr>
date Sun, 05 Aug 2018 12:14:16 +0200
parents 252506d9839b
children c216d148558d
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Aug 05 11:47:00 2018 +0200
+++ b/CMakeLists.txt	Sun Aug 05 12:14:16 2018 +0200
@@ -51,7 +51,7 @@
 #
 
 cmake_minimum_required(VERSION 3.10)
-project(irccd CXX)
+project(irccd)
 
 # Helper to set global internal variables.
 function(setg var value)