# HG changeset patch # User David Demelier # Date 1533464056 -7200 # Node ID 6d09b5fc82e87b33bd969e407b22983a3743f1d9 # Parent 252506d9839b2c2eec398fa4d215f93c08bc1d95 CMake: disable CXX only for platform tests diff -r 252506d9839b -r 6d09b5fc82e8 CMakeLists.txt --- 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)