[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)
- [Commit-gnuradio] [gnuradio] branch master updated (d93d30f -> f5cb616), git, 2014/08/17
- [Commit-gnuradio] [gnuradio] 07/07: Merge branch 'maint', git, 2014/08/17
- [Commit-gnuradio] [gnuradio] 01/07: grc: switch execute action icon to media_play, git, 2014/08/17
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'gnuradio-wg-grc/grc_rename_build_menu', git, 2014/08/17
- [Commit-gnuradio] [gnuradio] 05/07: Merge remote-tracking branch 'skoslowski/grc_exec_icon', git, 2014/08/17
- [Commit-gnuradio] [gnuradio] 03/07: cmake: make sure our local CMake Modules path comes first.,
git <=
- [Commit-gnuradio] [gnuradio] 04/07: cmake: fix FindUHD.cmake to first check to see if UHD installed its own version of FindUHD, and if so use it; if not, revert to current behavior., git, 2014/08/17
- [Commit-gnuradio] [gnuradio] 02/07: grc: renaming 'Build' menu to 'Run', git, 2014/08/17