[ismrmrd] 20/281: Removed Boost version requirement

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:50 UTC 2015


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

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit 54c1697254330fa0dbafb5cc724fe509784b2b58
Author: Michael S. Hansen <michael.hansen at nih.gov>
Date:   Thu Aug 30 21:16:57 2012 -0400

    Removed Boost version requirement
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 375b77d..3b976c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
 
 find_package(XSD REQUIRED)
 find_package(XercesC REQUIRED)
-find_package(Boost 1.48 COMPONENTS thread system REQUIRED)
+find_package(Boost COMPONENTS thread system REQUIRED)
 find_package(HDF5 1.8 COMPONENTS C CXX HL REQUIRED)
 
 #Process the XSD files

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list