diff --git a/EducationalToolbox/src/CMakeLists.txt b/EducationalToolbox/src/CMakeLists.txt index 0f88d16dc9ae5f0e069174ccaa972ad4dfc99041..e52ee4a2475e2e07433776d53815ce75bac857ed 100644 --- a/EducationalToolbox/src/CMakeLists.txt +++ b/EducationalToolbox/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/FiberClusteringToolbox/src/CMakeLists.txt b/FiberClusteringToolbox/src/CMakeLists.txt index ad6eb1fc7853c58cc3016be7ba271bcb7109557d..626d13afbd2820fe4b08348ef98c719997f48a26 100644 --- a/FiberClusteringToolbox/src/CMakeLists.txt +++ b/FiberClusteringToolbox/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/FiberClusteringToolbox/src/detTractClustering/pansen b/FiberClusteringToolbox/src/detTractClustering/pansen index df4d0d0acd77a16c5ad03d3e09caac4d99717585..01ae5bac38b5fb012c6db90e4545b1c083f5f457 100644 --- a/FiberClusteringToolbox/src/detTractClustering/pansen +++ b/FiberClusteringToolbox/src/detTractClustering/pansen @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/FiberStippleToolbox/src/CMakeLists.txt b/FiberStippleToolbox/src/CMakeLists.txt index 6117de4f99f13a969494d38102b8df30c5a07bf0..790e87774e41c9d2c5781b67813a447384008ff7 100644 --- a/FiberStippleToolbox/src/CMakeLists.txt +++ b/FiberStippleToolbox/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/LiDARToolbox/src/CMakeLists.txt b/LiDARToolbox/src/CMakeLists.txt index db0485ad5b35613f232720469f29507cfcb92f45..e2afa96323ff0c92a6fbda90f77174db359da246 100644 --- a/LiDARToolbox/src/CMakeLists.txt +++ b/LiDARToolbox/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- @@ -71,8 +71,8 @@ FIND_PACKAGE( PCL REQUIRED COMPONENTS common kdtree search registration segmenta INCLUDE_DIRECTORIES( ${PCL_INCLUDE_DIRS} ) LINK_DIRECTORIES( ${PCL_LIBRARY_DIRS} ) ADD_DEFINITIONS( ${PCL_DEFINITIONS} ) -LIST( APPEND ADDITIONAL_LIBS ${PCL_SEGMENTATION_LIBRARIES};) - +LIST( APPEND ADDITIONAL_LIBS ${PCL_SEGMENTATION_LIBRARIES}) +MESSAGE( STATUS "BLAAA ${PCL_SEGMENTATION_LIBRARIES}" ) # --------------------------------------------------------------------------------------------------------------------------------------------------- # @@ -90,7 +90,7 @@ LIST( APPEND ADDITIONAL_LIBS ${PCL_SEGMENTATION_LIBRARIES};) SETUP_MODULE( ${PROJECT_NAME} # use project name as module(-toolbox) name "." # where to find the sources - "liblas.so;${ADDITIONAL_LIBS}" # no additonal dependencies + "liblas.so;${PCL_SEGMENTATION_LIBRARIES}" "" # no sources to exclude ) diff --git a/MyOpenWalnutToolbox/src/CMakeLists.txt b/MyOpenWalnutToolbox/src/CMakeLists.txt index 5fa9a052034bb45334f3239fc84b6ec79bb0d909..3753d03fca6dc438d82ea4643e81ab33ccff56b5 100644 --- a/MyOpenWalnutToolbox/src/CMakeLists.txt +++ b/MyOpenWalnutToolbox/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/MyOpenWalnutToolbox/tools/cmake/OpenWalnut.cmake b/MyOpenWalnutToolbox/tools/cmake/OpenWalnut.cmake index fb8fa01b97863969de6d4807297868ce4c6ff976..04464ef3674e504f835c497a9532508c1a564aeb 100644 --- a/MyOpenWalnutToolbox/tools/cmake/OpenWalnut.cmake +++ b/MyOpenWalnutToolbox/tools/cmake/OpenWalnut.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/MyOpenWalnutToolbox/tools/cmake/OpenWalnutUtils.cmake b/MyOpenWalnutToolbox/tools/cmake/OpenWalnutUtils.cmake index 253860d19f29b46a522ebe95977bd5876ff9e039..258085a91a876692424d52fe9589253c4e74947f 100644 --- a/MyOpenWalnutToolbox/tools/cmake/OpenWalnutUtils.cmake +++ b/MyOpenWalnutToolbox/tools/cmake/OpenWalnutUtils.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/MyOpenWalnutToolbox/tools/cmake/OpenWalnutVersion.cmake b/MyOpenWalnutToolbox/tools/cmake/OpenWalnutVersion.cmake index a2cb63aefc25cfe16125a9ab469c7acdbc399e4e..0ee5ed7d7857377709ec096c695b693d73b9f0cd 100644 --- a/MyOpenWalnutToolbox/tools/cmake/OpenWalnutVersion.cmake +++ b/MyOpenWalnutToolbox/tools/cmake/OpenWalnutVersion.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/TransferCalcToolbox/src/CMakeLists.txt b/TransferCalcToolbox/src/CMakeLists.txt index d70613f599bfe569547b2c3e9f4987c61a94c6d3..07839d0f75e5607802b8816c46acf1dc82292ad4 100644 --- a/TransferCalcToolbox/src/CMakeLists.txt +++ b/TransferCalcToolbox/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/TransferCalcToolbox/tools/cmake/OpenWalnut.cmake b/TransferCalcToolbox/tools/cmake/OpenWalnut.cmake index 85c485cb0f42658723f59972a10699e72770fe07..eb229a39d7dd50b70a18d5b6dc8171bb81103562 100644 --- a/TransferCalcToolbox/tools/cmake/OpenWalnut.cmake +++ b/TransferCalcToolbox/tools/cmake/OpenWalnut.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/TransferCalcToolbox/tools/cmake/OpenWalnutUtils.cmake b/TransferCalcToolbox/tools/cmake/OpenWalnutUtils.cmake index 6608d024e325cf80f52722920ccff55854599a6a..4eb2bbac081cdc903ff47fa0d2ae53f471df24ef 100644 --- a/TransferCalcToolbox/tools/cmake/OpenWalnutUtils.cmake +++ b/TransferCalcToolbox/tools/cmake/OpenWalnutUtils.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/TransferCalcToolbox/tools/cmake/OpenWalnutVersion.cmake b/TransferCalcToolbox/tools/cmake/OpenWalnutVersion.cmake index 433ac615be5fd6ba3f2c41eb2e1df2407fe2a700..488efefb56ef89bd2efdaf33aa34c5930b6d9cc3 100644 --- a/TransferCalcToolbox/tools/cmake/OpenWalnutVersion.cmake +++ b/TransferCalcToolbox/tools/cmake/OpenWalnutVersion.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/Unmaintained/src/CMakeLists.txt b/Unmaintained/src/CMakeLists.txt index 8529e0511a635f5cd22f9a8891de37519c8e5e31..ffb5bb534c015bb10020a38b9e3885b3589b219f 100644 --- a/Unmaintained/src/CMakeLists.txt +++ b/Unmaintained/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/imageSpaceTensorLIC/src/CMakeLists.txt b/imageSpaceTensorLIC/src/CMakeLists.txt index ab88d0f8a794fd29750a8aa846b75dbd4d8494f6..3d262f19fd728d4a9bdb625cd884cf276bcad017 100644 --- a/imageSpaceTensorLIC/src/CMakeLists.txt +++ b/imageSpaceTensorLIC/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/imageSpaceTensorLIC/tools/cmake/OpenWalnut.cmake b/imageSpaceTensorLIC/tools/cmake/OpenWalnut.cmake index 9b5c3c36d6d61564c53fdfbc968ad08ff883ccd9..e338a00890eb4eb5e78381df57c510f0a56fc0f5 100644 --- a/imageSpaceTensorLIC/tools/cmake/OpenWalnut.cmake +++ b/imageSpaceTensorLIC/tools/cmake/OpenWalnut.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/imageSpaceTensorLIC/tools/cmake/OpenWalnutUtils.cmake b/imageSpaceTensorLIC/tools/cmake/OpenWalnutUtils.cmake index 253860d19f29b46a522ebe95977bd5876ff9e039..258085a91a876692424d52fe9589253c4e74947f 100644 --- a/imageSpaceTensorLIC/tools/cmake/OpenWalnutUtils.cmake +++ b/imageSpaceTensorLIC/tools/cmake/OpenWalnutUtils.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #--------------------------------------------------------------------------- diff --git a/imageSpaceTensorLIC/tools/cmake/OpenWalnutVersion.cmake b/imageSpaceTensorLIC/tools/cmake/OpenWalnutVersion.cmake index a2cb63aefc25cfe16125a9ab469c7acdbc399e4e..0ee5ed7d7857377709ec096c695b693d73b9f0cd 100644 --- a/imageSpaceTensorLIC/tools/cmake/OpenWalnutVersion.cmake +++ b/imageSpaceTensorLIC/tools/cmake/OpenWalnutVersion.cmake @@ -3,7 +3,7 @@ # Project: OpenWalnut ( http://www.openwalnut.org ) # # Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS -# For more information see http:#www.openwalnut.org/copying +# For more information see http://www.openwalnut.org/copying # # This file is part of OpenWalnut. # @@ -18,7 +18,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with OpenWalnut. If not, see . +# along with OpenWalnut. If not, see . # #---------------------------------------------------------------------------