aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2015-05-08 08:59:17 +0200
committerptrkrysik <ptrkrysik@gmail.com>2015-05-08 08:59:17 +0200
commita25b8305524e4eb05daff1d283a58ca6aaf2e6a9 (patch)
treec15ac21ea4e5ad99f7d8783ddfc42cbcf8b1b100 /CMakeLists.txt
parenta33f3d82ed565719645286ff4fd805d2a0e9cfc7 (diff)
Changes in buildsystem bringing back capability to quickly add new blocks with use of gr_modool.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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")