Closed adeguet1 closed 4 years ago
After the usual cmake, make, make install, the following CMake config files are installed (on Ubuntu 18.04):
cmake
make
make install
/usr/local/lib/igtl/cmake/igtl-3.1/OpenIGTLinkTargets-release.cmake /usr/local/lib/igtl/cmake/igtl-3.1/OpenIGTLinkTargets.cmake /usr/local/lib/igtl/cmake/igtl-3.1/OpenIGTLinkConfig.cmake /usr/local/lib/igtl/cmake/igtl-3.1/UseOpenIGTLink.cmake
There doesn't seem to be a OpenIGTLinkVersion.cmake generated. I believe this file is needed if one tries to find the igtl CMake config for a specific version.
OpenIGTLinkVersion.cmake
find_package (OpenIGTLink 3 HINTS igtl /usr/lib/igtl /usr/local/lib/igtl/cmake/igtl-3.1 /usr/local/lib/igtl /usr/local/)
See: https://cmake.org/cmake/help/latest/command/find_package.html#version-selection
After the usual
cmake
,make
,make install
, the following CMake config files are installed (on Ubuntu 18.04):There doesn't seem to be a
OpenIGTLinkVersion.cmake
generated. I believe this file is needed if one tries to find the igtl CMake config for a specific version.See: https://cmake.org/cmake/help/latest/command/find_package.html#version-selection