[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/09: cmake: issue #879. Fixed quotation p
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/09: cmake: issue #879. Fixed quotation problem. |
Date: |
Wed, 27 Jan 2016 18:20:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 58b73b53c7fa91e0e9ef0a96782e5f6b7a873185
Author: Andrej Rode <address@hidden>
Date: Mon Jan 25 11:32:45 2016 -0500
cmake: issue #879. Fixed quotation problem.
---
cmake/Modules/GrTest.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/Modules/GrTest.cmake b/cmake/Modules/GrTest.cmake
index ff78ed2..69df96d 100644
--- a/cmake/Modules/GrTest.cmake
+++ b/cmake/Modules/GrTest.cmake
@@ -45,7 +45,7 @@ function(GR_ADD_TEST test_name)
get_target_property(location ${target} LOCATION)
if(location)
get_filename_component(path ${location} PATH)
- string(REGEX REPLACE "\\$\\(.*\\)" ${CMAKE_BUILD_TYPE} path
${path})
+ string(REGEX REPLACE "\\$\\(.*\\)" "${CMAKE_BUILD_TYPE}" path
"${path}")
list(APPEND GR_TEST_LIBRARY_DIRS ${path})
endif(location)
endforeach(target)
- [Commit-gnuradio] [gnuradio] branch maint updated (492bce0 -> 393624c), git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'tom/issue768' into maint, git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 07/09: Merge remote-tracking branch 'tom/issue882' into maint, git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 01/09: filter: issue #882: making sure to clean up memory in PFB decimator., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 04/09: runtime: addresses issue 768., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 02/09: cmake: issue #879. Fixed quotation problem.,
git <=
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'tom/issue876' into maint, git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 06/09: runtime: issue 883: fixes calculation of alignment in items., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 03/09: digital: addresses issue #876., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 05/09: Merge remote-tracking branch 'tom/issue879' into maint, git, 2016/01/27