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
Describe the bug Doing: sudo cmake --install build --strip [sudo] password for xxxxx: -- Install configuration: "Release" -- Up-to-date: /usr/local/include/ieee1800 -- Installing: /usr/local/include/ieee1800/svdpi.h -- Installing: /usr/local/include/ieee1800/sv_vpi_user.h -- Installing: /usr/local/include/ieee1800/vpi_compatibility.h -- Installing: /usr/local/include/ieee1800/vpi_user.h -- Installing: /usr/local/include/flat_hash_map.hpp CMake Error at build/cmake_install.cmake:60 (file): file INSTALL cannot find "/mnt/c/code/slang/external/span.hpp": No such file or directory.
To Reproduce
This is the version installed:
git show commit 6e3bc77 (HEAD -> master, origin/master, origin/HEAD) Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon Mar 27 20:12:06 2023 -0400
Additional context
Ubuntu 22.04.2 LTS on WSL Win10
The text was updated successfully, but these errors were encountered:
Fixed in #734
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Doing:
sudo cmake --install build --strip
[sudo] password for xxxxx:
-- Install configuration: "Release"
-- Up-to-date: /usr/local/include/ieee1800
-- Installing: /usr/local/include/ieee1800/svdpi.h
-- Installing: /usr/local/include/ieee1800/sv_vpi_user.h
-- Installing: /usr/local/include/ieee1800/vpi_compatibility.h
-- Installing: /usr/local/include/ieee1800/vpi_user.h
-- Installing: /usr/local/include/flat_hash_map.hpp
CMake Error at build/cmake_install.cmake:60 (file):
file INSTALL cannot find "/mnt/c/code/slang/external/span.hpp": No such
file or directory.
To Reproduce
This is the version installed:
git show
commit 6e3bc77 (HEAD -> master, origin/master, origin/HEAD)
Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Mon Mar 27 20:12:06 2023 -0400
Additional context
Ubuntu 22.04.2 LTS on WSL Win10
The text was updated successfully, but these errors were encountered: