debian/0000755000000000000000000000000012247520452007171 5ustar debian/source/0000755000000000000000000000000012247517560010477 5ustar debian/source/format0000644000000000000000000000001412247517560011705 0ustar 3.0 (quilt) debian/get-orig-source0000644000000000000000000000055612247520364012137 0ustar #!/bin/sh set -ex PACKAGE=openigtlink HASH=8779e31a05 GIT_URL=git://github.com/openigtlink/OpenIGTLink.git GIT_BRANCH=master VERSION=1.10.5 #VERSION=1.10.5~git20131203+${HASH} FOLDER=${PACKAGE}-${VERSION} git clone "$GIT_URL" "$FOLDER" cd $FOLDER git checkout $HASH rm -rf .git cd - GZIP=-9 tar czf ${PACKAGE}_${VERSION}.orig.tar.gz ${FOLDER} rm -rf ${FOLDER} debian/rules0000755000000000000000000000346312247520152010254 0ustar #!/usr/bin/make -f DH_VERBOSE=1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_CMAKE_EXTRA_FLAGS = \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DBUILD_DOCUMENTATION:BOOL=ON \ -DBUILD_TESTING:BOOL=ON \ -DBUILD_EXAMPLES:BOOL=OFF \ -DOpenIGTLink_PROTOCOL_VERSION_2:BOOL=ON \ -DCMAKE_VERBOSE_MAKEFILE=$(DH_VERBOSE) \ DEB_COMPRESS_EXCLUDE_ALL = openigtlink-examples/examples build/libopenigtlink1.10:: - cd $(DEB_BUILDDIR) && LD_LIBRARY_PATH=`pwd`/bin:$$LD_LIBRARY_PATH ctest -VV install/libopenigtlink1.10:: dh_install -plibopenigtlink1.10 debian/tmp/usr/lib/*.so.* usr/lib install/libopenigtlink-dev:: dh_install -plibopenigtlink-dev debian/tmp/usr/include/openigtlink/* usr/include/openigtlink dh_install -plibopenigtlink-dev debian/tmp/usr/lib/*.so usr/lib dh_install -plibopenigtlink-dev debian/tmp/usr/lib/openigtlink/*.cmake usr/lib/openigtlink install/openigtlink-examples:: dh_installexamples -popenigtlink-examples Examples/* # the first two lines have been moved from target "build/openigtlink-doc::" because of build errors on all architectures # e.g. https://buildd.debian.org/fetch.cgi?pkg=openigtlink&arch=armel&ver=1.9.2~svn7380-1&stamp=1303034727&file=log install/openigtlink-doc:: mkdir -p $(DEB_BUILDDIR)/Documents/Doxygen doxygen -u $(DEB_BUILDDIR)/Utilities/Doxygen/doxygen.config doxygen $(DEB_BUILDDIR)/Utilities/Doxygen/doxygen.config dh_install -popenigtlink-doc $(DEB_BUILDDIR)/Documents/Doxygen/html usr/share/doc/openigtlink-doc get-orig-source: /bin/sh $(CURDIR)/debian/get-orig-source debian/copyright0000644000000000000000000000364712247522050011132 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: OpenIGTLink Maintainer: Dominique Belhachemi Source: http://openigtlink.org/ Files: * Copyright: 2008, Insight Software Consortium License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of the Insight Software Consortium nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2008, Dominique Belhachemi License: GPL-2+ The Debian packaging is licensed under the GPL-2 or any later version, see `/usr/share/common-licenses/GPL-2' debian/control0000644000000000000000000001066112247521730010600 0ustar Source: openigtlink Priority: optional Maintainer: Debian Science Team Uploaders: Dominique Belhachemi Build-Depends: debhelper (>= 9), cmake, cdbs, quilt Build-Depends-Indep: doxygen-latex Standards-Version: 3.9.5 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/ Vcs-Svn: svn://svn.debian.org/debian-science/packages/openigtlink/trunk/ Section: libs Homepage: http://openigtlink.org Package: libopenigtlink-dev Replaces: libopenigtlink1-dev (<< 1.10.4~git20131104+3ac531115f-2) Breaks: libopenigtlink1-dev (<< 1.10.4~git20131104+3ac531115f-2) Section: libdevel Architecture: any Depends: libopenigtlink1.10 (= ${binary:Version}), ${misc:Depends} Description: Open IGT Link is a simple network protocol - development Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains the development files needed to build your own IGT applications. Package: libopenigtlink1.10 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Open IGT Link is a simple network protocol - runtime Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains library files for OpenIGTLink. Package: libopenigtlink1.10-dbg Architecture: any Section: debug Priority: extra Depends: libopenigtlink1.10 (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for libopenigtlink1.10 Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains the debugging symbols for libopenigtlink1.10. Package: openigtlink-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Open IGT Link is a simple network protocol - documentation Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains documentation files for OpenIGTLink. Package: openigtlink-examples Section: doc Suggests: libopenigtlink-dev Architecture: all Depends: ${misc:Depends} Description: Open IGT Link is a simple network protocol - examples Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains examples from the OpenIGTLink source. . Consult /usr/share/doc/libopenigtlink-dev/README.Debian for details. debian/compat0000644000000000000000000000000212247517560010375 0ustar 9 debian/watch0000644000000000000000000000043412247517560010231 0ustar version=3 opts=uversionmangle=s/^/1.0.0~svn/,filenamemangle=s/.*rev=(\d+)&.*/openigtlink_1.0.0~svn$1.orig.tar.gz/ \ http://viewvc.na-mic.org/viewcvs.cgi/trunk/OpenIGTLink/?root=NAMICSandBox ^/viewcvs.cgi\?rev=(\d+)&root=NAMICSandBox&view=rev$ \ debian /bin/sh debian/get-orig-source debian/openigtlink-doc.doc-base0000644000000000000000000000062412247517560013666 0ustar Document: openigtlink-doc Title: OpenIGTLink class documentation Author: Various Abstract: Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. Section: Programming Format: HTML Index: /usr/share/doc/openigtlink-doc/html/index.html Files: /usr/share/doc/openigtlink-doc/html/*.html debian/changelog0000644000000000000000000001017612247521715011053 0ustar openigtlink (1.10.5-1) unstable; urgency=low * new upstream release (Closes: #730743) * Update to Debian Policy 3.9.5 (no changes) -- Dominique Belhachemi Tue, 03 Dec 2013 22:27:13 -0500 openigtlink (1.10.4~git20131104+3ac531115f-2) unstable; urgency=low * renamed package from libopenigtlink1-dev to libopenigtlink-dev -- Dominique Belhachemi Mon, 18 Nov 2013 21:19:51 -0500 openigtlink (1.10.4~git20131104+3ac531115f-1) unstable; urgency=low * upload to unstable * added DEB_COMPRESS_EXCLUDE_ALL -- Dominique Belhachemi Sun, 10 Nov 2013 18:10:35 -0500 openigtlink (1.10.2~git20131004+00bc77849f-1) experimental; urgency=low * update to libopenigtlink1.10 * fixes tests on armel, armfh, powerpc, s390, and s390x -- Dominique Belhachemi Sun, 06 Oct 2013 20:49:36 -0400 openigtlink (1.9.8~git20130725+bacab6f8b1-2) experimental; urgency=low * use build indep target install/openigtlink-doc:: to build documentation * removed DM-Upload-Allowed field -- Dominique Belhachemi Sun, 18 Aug 2013 02:48:09 -0400 openigtlink (1.9.8~git20130725+bacab6f8b1-1) experimental; urgency=low * switch to new upstream repository on github * updated homepage to http://openigtlink.org * Bump compat level to 9 * Update to Debian Policy 3.8.4 (no changes) [Andreas Tille] * debian/control: - Fixed Vcs fields - More verbose long description -- Dominique Belhachemi Sun, 18 Aug 2013 02:13:36 -0400 openigtlink (1.9.2~svn7468-2) experimental; urgency=low * Use OpenIGTLink_PROTOCOL_VERSION_2 in experimental -- Dominique Belhachemi Tue, 26 Apr 2011 20:20:04 -0400 openigtlink (1.9.2~svn7468-1) unstable; urgency=low * Fixed build problems on hurd and kfreebsd -- Dominique Belhachemi Tue, 26 Apr 2011 19:05:05 -0400 openigtlink (1.9.2~svn7380-2) unstable; urgency=low * Removed DEB_DH_STRIP_ARGS variable * Activated extra verbose test output * Moved doxygen build commands to install/openigtlink-doc:: target -- Dominique Belhachemi Sun, 17 Apr 2011 12:21:33 -0400 openigtlink (1.9.2~svn7380-1) unstable; urgency=low * New upstream version 1.9.2 * Added debug package libopenigtlink1.9-dbg * Use CDBS * Bump compat level to 8 -- Dominique Belhachemi Sat, 02 Apr 2011 23:34:10 -0400 openigtlink (1.9.1~svn7162-1) unstable; urgency=low * new upstream snapshot * removed non-free Documents * bump Standard-Version to 3.9.1 (no changes required) * build-depend on doxygen-latex (Closes: #616272) * Bump SONAME to 1.9 * removed quilt's patch/unpatch logic * removed debian/README.source -- Dominique Belhachemi Thu, 10 Mar 2011 07:58:53 -0500 openigtlink (1.0.0~svn6270-1) unstable; urgency=low * new upstream snaphot -- Dominique Belhachemi Sat, 17 Apr 2010 07:42:13 -0400 openigtlink (1.0.0~svn5602-1) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Update to Debian Policy 3.8.4 (no changes) * fixed multithreading tests -- Dominique Belhachemi Wed, 14 Apr 2010 09:55:06 -0400 openigtlink (1.0.0~svn5516-1) unstable; urgency=low * switched from dpatch to quilt * Bump Standards-Version to 3.8.3 added DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS * updated watch file * updated debian/get-orig-source * added debian/README.source -- Dominique Belhachemi Mon, 11 Jan 2010 20:40:59 -0500 openigtlink (1.0.0~svn3987-1) unstable; urgency=low * new snapshot * fixed configure issue * added watch file (Closes: #520529) * *.cmake files are going to be installed into /usr/lib/openigtlink/ instead of /usr/lib/igtl/ so that CMake's find_package() has a chance to find it in Config mode -- Dominique Belhachemi Thu, 26 Mar 2009 19:45:05 -0400 openigtlink (1.0.0~svn3601-1) unstable; urgency=low * Initial release (Closes: #509309) -- Dominique Belhachemi Sun, 01 Feb 2009 00:11:19 -0600 debian/Notes0000644000000000000000000000074512247517560010220 0ustar 1) create a symbol file dpkg-gensymbols -v1.0.0~svn3601 -plibopenigtlink1 -Pdebian/libopenigtlink1 -Odebian/libopenigtlink1.symbols 2) create a FindIGTL.cmake file Put it to /usr/share/cmake-2.4/Modules/FindIGTL.cmake 3) igtlLogo.jpg $ grep -r igtlLogo.jpg . ./Documents/Doxygen/MainPage.dox: * \image html igtlLogo.jpg ./DEB_build_static/Documents/Doxygen/html/index.html:igtlLogo.jpg 4) DartConfig.cmake ctest reports to what dartboard adress? debian/README.Debian0000644000000000000000000000051312247517560011237 0ustar openigtlink for Debian ---------------------- Examples from the openigtlink-examples package can be easily compiled: mkdir my_test_dir_for_openigtlink cd my_test_dir_for_openigtlink ccmake /usr/share/doc/openigtlink-examples/examples make -- Dominique Belhachemi Tue, 19 Aug 2008 21:00:13 +0200 debian/patches/0000755000000000000000000000000012247517560010626 5ustar debian/patches/series0000644000000000000000000000002312247517560012036 0ustar install_path.patch debian/patches/install_path.patch0000644000000000000000000001577612247517560014351 0ustar Index: openigtlink-1.9.8~git20130725+bacab6f8b1/Testing/CMakeLists.txt =================================================================== --- openigtlink-1.9.8~git20130725+bacab6f8b1.orig/Testing/CMakeLists.txt 2013-08-18 20:30:55.743412522 -0400 +++ openigtlink-1.9.8~git20130725+bacab6f8b1/Testing/CMakeLists.txt 2013-08-18 20:30:56.000000000 -0400 @@ -1,7 +1,7 @@ ADD_SUBDIRECTORY( igtlutil ) -find_package(OpenIGTLink REQUIRED) -include(${OpenIGTLink_USE_FILE}) +#find_package(OpenIGTLink REQUIRED) +include(${OpenIGTLink_BINARY_DIR}/UseOpenIGTLink.cmake) ADD_EXECUTABLE(igtlSocketTest igtlSocketTest.cxx) ADD_EXECUTABLE(igtlMultiThreaderTest1 igtlMultiThreaderTest1.cxx) Index: openigtlink-1.9.8~git20130725+bacab6f8b1/OpenIGTLinkConfig.cmake.in =================================================================== --- openigtlink-1.9.8~git20130725+bacab6f8b1.orig/OpenIGTLinkConfig.cmake.in 2013-08-18 20:30:55.639410678 -0400 +++ openigtlink-1.9.8~git20130725+bacab6f8b1/OpenIGTLinkConfig.cmake.in 2013-08-18 20:30:56.000000000 -0400 @@ -7,10 +7,10 @@ @OpenIGTLink_CONFIG_CODE@ # The OpenIGTLink include file directories. -SET(OpenIGTLink_INCLUDE_DIRS "@OpenIGTLink_INCLUDE_DIRS_CONFIG@") +SET(OpenIGTLink_INCLUDE_DIRS "@OpenIGTLink_INSTALL_INCLUDE_DIR@" ) # The OpenIGTLink library directories. -SET(OpenIGTLink_LIBRARY_DIRS "@OpenIGTLink_LIBRARY_DIRS_CONFIG@") +SET(OpenIGTLink_LIBRARY_DIRS "@OpenIGTLink_INSTALL_LIB_DIR@") # The C and C++ flags added by OpenIGTLink to the cmake-configured flags. SET(OpenIGTLink_REQUIRED_C_FLAGS "@OpenIGTLink_REQUIRED_C_FLAGS@") @@ -26,10 +26,10 @@ SET(OpenIGTLink_PROTOCOL_VERSION "@OpenIGTLink_PROTOCOL_VERSION@") # The location of the UseOpenIGTLink.cmake file. -SET(OpenIGTLink_USE_FILE "@OpenIGTLink_USE_FILE@") +SET(OpenIGTLink_USE_FILE "@OpenIGTLink_INSTALL_PACKAGE_DIR@/UseOpenIGTLink.cmake") # The build settings file. -SET(OpenIGTLink_BUILD_SETTINGS_FILE "@OpenIGTLink_BUILD_SETTINGS_FILE@") +SET(OpenIGTLink_BUILD_SETTINGS_FILE "@OpenIGTLink_INSTALL_PACKAGE_DIR@/OpenIGTLinkBuildSettings.cmake") # The library dependencies file. SET(OpenIGTLink_LIBRARY_DEPENDS_FILE "@OpenIGTLink_LIBRARY_DEPENDS_FILE@") Index: openigtlink-1.9.8~git20130725+bacab6f8b1/CMakeLists.txt =================================================================== --- openigtlink-1.9.8~git20130725+bacab6f8b1.orig/CMakeLists.txt 2013-08-18 20:30:55.795413445 -0400 +++ openigtlink-1.9.8~git20130725+bacab6f8b1/CMakeLists.txt 2013-08-18 20:32:54.073511770 -0400 @@ -74,24 +74,34 @@ # OpenIGTLink_INSTALL_NO_DOCUMENTATION - do not install documentation files IF(NOT OpenIGTLink_INSTALL_BIN_DIR) - SET(OpenIGTLink_INSTALL_BIN_DIR "bin") + SET(OpenIGTLink_INSTALL_BIN_DIR + ${CMAKE_INSTALL_PREFIX}/bin + ) ENDIF(NOT OpenIGTLink_INSTALL_BIN_DIR) IF(NOT OpenIGTLink_INSTALL_LIB_DIR) - SET(OpenIGTLink_INSTALL_LIB_DIR "lib/igtl") + SET(OpenIGTLink_INSTALL_LIB_DIR + ${CMAKE_INSTALL_PREFIX}/lib + ) ENDIF(NOT OpenIGTLink_INSTALL_LIB_DIR) IF(NOT OpenIGTLink_INSTALL_DATA_DIR) - SET(OpenIGTLink_INSTALL_DATA_DIR "share/igtl") + SET(OpenIGTLink_INSTALL_DATA_DIR + ${CMAKE_INSTALL_PREFIX}/share/openigtlink + ) ENDIF(NOT OpenIGTLink_INSTALL_DATA_DIR) IF(NOT OpenIGTLink_INSTALL_INCLUDE_DIR) - SET(OpenIGTLink_INSTALL_INCLUDE_DIR "include/igtl") + SET(OpenIGTLink_INSTALL_INCLUDE_DIR + ${CMAKE_INSTALL_PREFIX}/include/openigtlink + ) ENDIF(NOT OpenIGTLink_INSTALL_INCLUDE_DIR) IF(NOT OpenIGTLink_INSTALL_PACKAGE_DIR) - SET(OpenIGTLink_INSTALL_PACKAGE_DIR ${OpenIGTLink_INSTALL_LIB_DIR} - CACHE INTERNAL "") + SET(OpenIGTLink_INSTALL_PACKAGE_DIR + ${CMAKE_INSTALL_PREFIX}/lib/openigtlink + CACHE INTERNAL "" + ) ENDIF(NOT OpenIGTLink_INSTALL_PACKAGE_DIR) IF(NOT OpenIGTLink_INSTALL_NO_DOCUMENTATION) @@ -229,6 +239,7 @@ INSTALL(FILES ${OpenIGTLink_BINARY_DIR}/OpenIGTLinkBuildSettings.cmake # ${OpenIGTLink_BINARY_DIR}/OpenIGTLinkLibraryDepends.cmake + ${OpenIGTLink_BINARY_DIR}/OpenIGTLinkConfig.cmake ${OpenIGTLink_BINARY_DIR}/UseOpenIGTLink.cmake ${OpenIGTLink_BINARY_DIR}/Utilities/OpenIGTLinkConfig.cmake DESTINATION ${OpenIGTLink_INSTALL_PACKAGE_DIR} @@ -287,8 +298,12 @@ IF(BUILD_DOCUMENTATION) - ADD_SUBDIRECTORY( Documents/Doxygen ) - + CONFIGURE_FILE(${OpenIGTLink_SOURCE_DIR}/Utilities/Doxygen/doxygen.config.in + ${OpenIGTLink_BINARY_DIR}/Utilities/Doxygen/doxygen.config) + + CONFIGURE_FILE(${OpenIGTLink_SOURCE_DIR}/Utilities/Doxygen/igtldoxygen.pl.in + ${OpenIGTLink_BINARY_DIR}/Utilities/Doxygen/igtldoxygen.pl) + ENDIF(BUILD_DOCUMENTATION) Index: openigtlink-1.9.8~git20130725+bacab6f8b1/Source/CMakeLists.txt =================================================================== --- openigtlink-1.9.8~git20130725+bacab6f8b1.orig/Source/CMakeLists.txt 2013-08-18 20:30:55.687411529 -0400 +++ openigtlink-1.9.8~git20130725+bacab6f8b1/Source/CMakeLists.txt 2013-08-18 20:30:56.000000000 -0400 @@ -170,7 +170,7 @@ SET_TARGET_PROPERTIES(OpenIGTLink PROPERTIES VERSION ${OpenIGTLink_VERSION_MAJOR}.${OpenIGTLink_VERSION_MINOR}.${OpenIGTLink_VERSION_PATCH} - SOVERSION ${OpenIGTLink_VERSION_MAJOR} + SOVERSION ${OpenIGTLink_VERSION_MAJOR}.${OpenIGTLink_VERSION_MINOR} ) #FILE(GLOB __files1 "${CMAKE_CURRENT_SOURCE_DIR}/*.h") Index: openigtlink-1.9.8~git20130725+bacab6f8b1/Source/igtlutil/CMakeLists.txt =================================================================== --- openigtlink-1.9.8~git20130725+bacab6f8b1.orig/Source/igtlutil/CMakeLists.txt 2013-08-18 20:30:55.719412097 -0400 +++ openigtlink-1.9.8~git20130725+bacab6f8b1/Source/igtlutil/CMakeLists.txt 2013-08-18 20:30:56.000000000 -0400 @@ -74,7 +74,7 @@ SET_TARGET_PROPERTIES(igtlutil PROPERTIES VERSION ${OpenIGTLink_VERSION_MAJOR}.${OpenIGTLink_VERSION_MINOR}.${OpenIGTLink_VERSION_PATCH} - SOVERSION ${OpenIGTLink_VERSION_MAJOR} + SOVERSION ${OpenIGTLink_VERSION_MAJOR}.${OpenIGTLink_VERSION_MINOR} ) #TARGET_LINK_LIBRARIES(igtlutil Index: openigtlink-1.9.8~git20130725+bacab6f8b1/Testing/igtlutil/CMakeLists.txt =================================================================== --- openigtlink-1.9.8~git20130725+bacab6f8b1.orig/Testing/igtlutil/CMakeLists.txt 2013-08-18 20:30:55.771413020 -0400 +++ openigtlink-1.9.8~git20130725+bacab6f8b1/Testing/igtlutil/CMakeLists.txt 2013-08-18 20:30:56.000000000 -0400 @@ -1,5 +1,5 @@ -find_package(OpenIGTLink REQUIRED) -include(${OpenIGTLink_USE_FILE}) +#find_package(OpenIGTLink REQUIRED) +#include(${OpenIGTLink_USE_FILE}) ADD_EXECUTABLE(igtl_image_test igtl_image_test.c) ADD_EXECUTABLE(igtl_header_test igtl_header_test.c) Index: openigtlink-1.9.8~git20130725+bacab6f8b1/Examples/CMakeLists.txt =================================================================== --- openigtlink-1.9.8~git20130725+bacab6f8b1.orig/Examples/CMakeLists.txt 2013-08-18 20:30:55.663411103 -0400 +++ openigtlink-1.9.8~git20130725+bacab6f8b1/Examples/CMakeLists.txt 2013-08-18 20:30:56.000000000 -0400 @@ -4,6 +4,8 @@ # Examples # +find_package(OpenIGTLink REQUIRED) +include(${OpenIGTLink_USE_FILE}) SET(EXAMPLE_DIRS Tracker