From 55a7970a0890e8775db9c8eab2cf6c48f5929602 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 28 Apr 2015 09:48:42 +0200 Subject: [PATCH] Removed if-statement from CMakeLists.txt - We need to activate CXX anyways, so this is not necessary any more. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e0141146f..aa3279e2d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,6 @@ if(WIN32) SET(CMAKE_RC_COMPILER "windres") endif() project(SimGrid C) -if (enable_gtnets OR enable_ns3 OR enable_model-checking) - enable_language(CXX) -endif() enable_language(CXX) -- 2.20.1