commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 06/07: cmake: modtool: make sure our local


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/07: cmake: modtool: make sure our local CMake Modules path comes first.
Date: Mon, 13 Oct 2014 21:00:47 +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 a2d11e913729d627d2d55b3857e531af6a81bf43
Author: Michael Dickens <address@hidden>
Date:   Wed Sep 24 13:56:36 2014 -0400

    cmake: modtool: make sure our local CMake Modules path comes first.
---
 gr-utils/python/modtool/gr-newmod/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gr-utils/python/modtool/gr-newmod/CMakeLists.txt 
b/gr-utils/python/modtool/gr-newmod/CMakeLists.txt
index 2b2cabf..29fbf89 100644
--- a/gr-utils/python/modtool/gr-newmod/CMakeLists.txt
+++ b/gr-utils/python/modtool/gr-newmod/CMakeLists.txt
@@ -32,7 +32,8 @@ if(NOT CMAKE_BUILD_TYPE)
 endif(NOT CMAKE_BUILD_TYPE)
 set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")
 
-list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
+#make sure our local CMake Modules path comes first
+list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
 
 ########################################################################
 # Compiler specific setup



reply via email to

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