aboutsummaryrefslogtreecommitdiffstats
path: root/python/CMakeLists.txt
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-12-13 10:11:00 +0100
committerptrkrysik <ptrkrysik@gmail.com>2014-12-13 10:11:00 +0100
commit3be74a732b3fc4de0f99249e8bca975fee760210 (patch)
tree81731b4d5022ce40f8b0983c310c42f7d1a6838f /python/CMakeLists.txt
parent0cd9ef0a801eeab7f501d012006f379b86c887a1 (diff)
Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available.
Diffstat (limited to 'python/CMakeLists.txt')
-rw-r--r--python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 1689ee5..2b6a543 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -37,7 +37,7 @@ GR_PYTHON_INSTALL(
receiver/fcch_detector.py
receiver/chirpz.py
receiver/clock_offset_control.py
- misc_utils/clock_offset_corrector.py DESTINATION ${GR_PYTHON_DIR}/gsm
+ misc_utils/clock_offset_corrector.py DESTINATION ${GR_PYTHON_DIR}/grgsm
)
########################################################################