You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2018/03/14 20:50:48 UTC

[14/14] qpid-cpp git commit: QPID-7499: Fix a cmake syntax error

QPID-7499: Fix a cmake syntax error


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/58c0d363
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/58c0d363
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/58c0d363

Branch: refs/heads/master
Commit: 58c0d36310b4c23a009cdbc7ef7a621976e351a2
Parents: 646c3b1
Author: Justin Ross <jr...@apache.org>
Authored: Wed Mar 14 13:28:08 2018 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Wed Mar 14 13:28:08 2018 -0700

----------------------------------------------------------------------
 src/tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/58c0d363/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 4122d9c..9387f41 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -124,7 +124,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/check_dependencies.py.in
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/env.py.in
                ${CMAKE_CURRENT_BINARY_DIR}/env.py @ONLY)
 
-file(GLOB_RECURSE copied_files "*.ps1", "*.py" "*.sh" "*.xml" "run_*")
+file(GLOB_RECURSE copied_files "*.ps1" "*.py" "*.sh" "*.xml" "run_*")
 
 foreach (copied_file ${copied_files})
   file (RELATIVE_PATH file_name ${CMAKE_CURRENT_SOURCE_DIR} ${copied_file})


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org