commit-gnuradio
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]