commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/02: cmake: fix finding internal Volk sub


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/02: cmake: fix finding internal Volk submodule when using oe-sdk cross toolchain
Date: Fri, 3 Apr 2015 12:54:06 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 7579f97985a07f3a10ab657ad8153b8f71870366
Author: Sean Nowlan <address@hidden>
Date:   Thu Apr 2 19:18:28 2015 -0400

    cmake: fix finding internal Volk submodule when using oe-sdk cross toolchain
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d0a500..783a5cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -292,6 +292,7 @@ if(NOT VOLK_FOUND)
         volk/volk_common.h
         PATHS ${CMAKE_CURRENT_SOURCE_DIR}/volk/include
         NO_DEFAULT_PATH
+        NO_CMAKE_FIND_ROOT_PATH
     )
 
     if(NOT INTREE_VOLK_FOUND)



reply via email to

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