commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 03/07: cmake: make sure our local CMake Mod


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/07: cmake: make sure our local CMake Modules path comes first.
Date: Sun, 17 Aug 2014 22:03:12 +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 4691e8597e6c920b767fd55165971c47c5b3d3e9
Author: Michael Dickens <address@hidden>
Date:   Fri Aug 15 13:43:07 2014 -0400

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7accbdc..60efb20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,8 @@ cmake_minimum_required(VERSION 2.6)
 project(gnuradio CXX C)
 enable_testing()
 
-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)
 
 include(GrBuildTypes)
 



reply via email to

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