From a25b8305524e4eb05daff1d283a58ca6aaf2e6a9 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Fri, 8 May 2015 08:59:17 +0200 Subject: Changes in buildsystem bringing back capability to quickly add new blocks with use of gr_modool. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e0dff42..0e92e87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ # Project setup ######################################################################## cmake_minimum_required(VERSION 2.6) -project(gr-gsm CXX C) +project(gr-grgsm CXX C) enable_testing() #set(CMAKE_BUILD_TYPE "Debug") -- cgit v1.2.3