You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cmake is called with -DBUILD_EXAMPLES:BOOL=ON, it gives the following error:
CMake Error at Examples/Tracker/CMakeLists.txt:8 (find_package):
By not providing "FindOpenIGTLink.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"OpenIGTLink", but CMake did not find one.
Could not find a package configuration file provided by "OpenIGTLink" with
any of the following names:
OpenIGTLinkConfig.cmake
openigtlink-config.cmake
Add the installation prefix of "OpenIGTLink" to CMAKE_PREFIX_PATH or set
"OpenIGTLink_DIR" to a directory containing one of the above files. If
"OpenIGTLink" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/junichi/igtdev/igtl/OpenIGTLink-build/CMakeFiles/CMakeOutput.log".
See also "/home/junichi/igtdev/igtl/OpenIGTLink-build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
When cmake is called with -DBUILD_EXAMPLES:BOOL=ON, it gives the following error:
The text was updated successfully, but these errors were encountered: