From 849fff3d8f7b529efc941d4b5e73a08e1cfd67fa Mon Sep 17 00:00:00 2001
From: guptar <guptar@mycompany.com>
Date: Wed, 30 Sep 2015 16:45:41 +0000
Subject: [PATCH] fixed cmakefile error for phy simulator tests

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7866 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 cmake_targets/autotests/test.0104/CMakeLists.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/cmake_targets/autotests/test.0104/CMakeLists.txt b/cmake_targets/autotests/test.0104/CMakeLists.txt
index eab37127a7..36a9eb75da 100644
--- a/cmake_targets/autotests/test.0104/CMakeLists.txt
+++ b/cmake_targets/autotests/test.0104/CMakeLists.txt
@@ -8,10 +8,8 @@ set(DEBUG_PHY False)
 set(MU_RECIEVER Flase)
 set(RANDOM_BF False)
 set(PBS_SIM False)
-set(PERFECT_CE True)
-
-set(MESSAGE_CHART_GENERATOR         False)
-set(MESSAGE_CHART_GENERATOR_RLC_MAC False)
-set(MESSAGE_CHART_GENERATOR_PHY     False)
+set(PERFECT_CE False)
+set(NAS_UE False)
+set(MESSAGE_CHART_GENERATOR False)
 
 include(${CMAKE_CURRENT_SOURCE_DIR}/../../CMakeLists.txt)
-- 
GitLab