We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: On Windows the itkdevel package contains build paths.
grep -r libitk_[0-9]\* Library/lib/cmake/ Library/lib/cmake//ITK-5.0/Modules/ITKPNG.cmake:set(ITKPNG_LIBRARIES "D:/bld/libitk_1574524116751/_h_env/Library/lib/libpng.lib;D:/bld/libitk_1574524116751/_h_env/Library/lib/z.lib") Library/lib/cmake//ITK-5.0/Modules/ITKPNG.cmake:set(ITKPNG_INCLUDE_DIRS "${ITK_INSTALL_PREFIX}/include/ITK-5.0;D:/bld/libitk_1574524116751/_h_env/Library/include;D:/bld/libitk_1574524116751/_h_env/Library/include;D:/bld/libitk_1574524116751/_h_env/Library/include;D:/bld/libitk_1574524116751/_h_env/Library/include") Library/lib/cmake//ITK-5.0/Modules/ITKTIFF.cmake:set(ITKTIFF_LIBRARIES "D:/bld/libitk_1574524116751/_h_env/Library/lib/tiff.lib") Library/lib/cmake//ITK-5.0/Modules/ITKTIFF.cmake:set(ITKTIFF_INCLUDE_DIRS "${ITK_INSTALL_PREFIX}/include/ITK-5.0;D:/bld/libitk_1574524116751/_h_env/Library/include") Library/lib/cmake//ITK-5.0/Modules/ITKJPEG.cmake:set(ITKJPEG_LIBRARIES "D:/bld/libitk_1574524116751/_h_env/Library/lib/jpeg.lib") Library/lib/cmake//ITK-5.0/Modules/ITKJPEG.cmake:set(ITKJPEG_INCLUDE_DIRS "${ITK_INSTALL_PREFIX}/include/ITK-5.0;D:/bld/libitk_1574524116751/_h_env/Library/include")
The text was updated successfully, but these errors were encountered:
This is no longer the case, presumably the build tools have improved to fix up this path issue.
Sorry, something went wrong.
No branches or pull requests
Issue:
On Windows the itkdevel package contains build paths.
The text was updated successfully, but these errors were encountered: