[med-svn] [SCM] Free software framework for ludic-therapeutic activities branch, master, updated. upstream/1.0.1-18-g9fe3035

Andreas Tille tille at debian.org
Mon Mar 5 09:55:44 UTC 2012


The following commit has been merged in the master branch:
commit 9fe3035e57909640a3ef87f42ac463654bb8fdf8
Author: Andreas Tille <tille at debian.org>
Date:   Mon Mar 5 10:52:46 2012 +0100

    Reverted changes done by quilt in upstream files in Git repository

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b1adcf..46fb525 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,11 +151,9 @@ set(Boost_USE_MULTITHREAD ON)
 
 find_package(Boost COMPONENTS thread REQUIRED)
 find_package(Boost COMPONENTS program_options REQUIRED)
-find_package(Boost COMPONENTS system REQUIRED)
 message(STATUS "Boost_INCLUDE_DIR    : ${Boost_INCLUDE_DIR}")
 message(STATUS "Boost_THREAD_LIBRARY : ${Boost_THREAD_LIBRARY}")
 message(STATUS "Boost_PROGRAM_OPTIONS_LIBRARY : ${Boost_PROGRAM_OPTIONS_LIBRARY}")
-message(STATUS "Boost_SYSTEM_LIBRARY : ${Boost_SYSTEM_LIBRARY}")
 
 # Boost version 1.39 or greater required 
 # Lower versions fail to compile with g++ 4.4
diff --git a/src/spcore/commoncomponents.h b/src/spcore/commoncomponents.h
index 1c97f73..91c40f7 100644
--- a/src/spcore/commoncomponents.h
+++ b/src/spcore/commoncomponents.h
@@ -71,7 +71,7 @@ public:
 				if (i>= argc) throw std::runtime_error("Missing value for parameter -o");
 
 				if (!StrToInt(argv[i], &output_count) || output_count< 1 || output_count> 100)
-					throw std::runtime_error("children component: invalid value for parameter -o");
+					throw std::runtime_error("childs component: invalid value for parameter -o");
 			}
 		}
 

-- 
Free software framework for ludic-therapeutic activities



More information about the debian-med-commit mailing list