This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
ptrkrysik gerrit-no-reply at lists.osmocom.orgptrkrysik has submitted this change. ( https://gerrit.osmocom.org/c/gr-gsm/+/24095 )
Change subject: cmake: change 'gsm' to 'grgsm'
......................................................................
cmake: change 'gsm' to 'grgsm'
Change-Id: I130a7912e179b1f04e68eb131e06800becca5a00
---
M CMakeLists.txt
M lib/CMakeLists.txt
2 files changed, 6 insertions(+), 6 deletions(-)
Approvals:
ptrkrysik: Looks good to me, approved; Verified
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f73bfbe..e8d7ef0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -176,5 +176,5 @@
########################################################################
install(FILES cmake/Modules/gr-gsmConfig.cmake
- DESTINATION ${CMAKE_MODULES_DIR}/gsm
+ DESTINATION ${CMAKE_MODULES_DIR}/grgsm
)
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index bc1baeb..88aa635 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -136,18 +136,18 @@
# If your unit tests require special include paths, add them here
#include_directories()
# List all files that contain Boost.UTF unit tests here
-list(APPEND test_gsm_sources
+list(APPEND test_grgsm_sources
)
# Anything we need to link to for the unit tests go here
list(APPEND GR_TEST_TARGET_DEPS grgsm)
-if(NOT test_gsm_sources)
+if(NOT test_grgsm_sources)
MESSAGE(STATUS "No C++ unit tests... skipping")
return()
-endif(NOT test_gsm_sources)
+endif(NOT test_grgsm_sources)
-foreach(qa_file ${test_gsm_sources})
- GR_ADD_CPP_TEST("gsm_${qa_file}"
+foreach(qa_file ${test_grgsm_sources})
+ GR_ADD_CPP_TEST("grgsm_${qa_file}"
${CMAKE_CURRENT_SOURCE_DIR}/${qa_file}
)
endforeach(qa_file)
--
To view, visit https://gerrit.osmocom.org/c/gr-gsm/+/24095
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-Change-Id: I130a7912e179b1f04e68eb131e06800becca5a00
Gerrit-Change-Number: 24095
Gerrit-PatchSet: 1
Gerrit-Owner: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/d865b371/attachment.htm>