NO-JIRA: Fix cmake warning about go example symlinks.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cdcc897b Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/cdcc897b Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/cdcc897b Branch: refs/heads/go1 Commit: cdcc897b4a024528498e9affa0959c494b507799 Parents: 67549fa Author: Alan Conway <[email protected]> Authored: Tue Nov 3 09:26:03 2015 -0500 Committer: Alan Conway <[email protected]> Committed: Tue Nov 3 09:28:19 2015 -0500 ---------------------------------------------------------------------- examples/go/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/cdcc897b/examples/go/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/examples/go/CMakeLists.txt b/examples/go/CMakeLists.txt index 32be548..26fd8fa 100644 --- a/examples/go/CMakeLists.txt +++ b/examples/go/CMakeLists.txt @@ -20,7 +20,7 @@ if(BUILD_GO) set(examples electron/broker electron/receive electron/send proton/broker) - file(GLOB_RECURSE example_source ${CMAKE_CURRENT_SOURCE_DIR}/*.go) + file(GLOB_RECURSE example_source FOLLOW_SYMLINKS ${CMAKE_CURRENT_SOURCE_DIR}/*.go) # Build example exes foreach(example ${examples}) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
