From d3f9f6e550e5cae39c2f2d3d5869e9cd44f28d72 Mon Sep 17 00:00:00 2001
From: goei <goei@astron.nl>
Date: Wed, 15 Apr 2020 12:05:48 +0200
Subject: [PATCH] TMSS-178: Remove temporary fix comment (file should not have
 been commited)

---
 SAS/TMSS/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/CMakeLists.txt b/SAS/TMSS/CMakeLists.txt
index 381203a5a51..b41d67a1d9d 100644
--- a/SAS/TMSS/CMakeLists.txt
+++ b/SAS/TMSS/CMakeLists.txt
@@ -5,6 +5,6 @@ lofar_package(TMSS 0.1 DEPENDS PyCommon pyparameterset)
 add_subdirectory(src)
 add_subdirectory(bin)
 add_subdirectory(test)
-# GOEI effe niet add_subdirectory(frontend)
+add_subdirectory(frontend)
 
 lofar_add_docker_files(docker-compose-tmss.yml)
-- 
GitLab