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
When I'm building retdec with RelWithDebInfo and linking against retdec::fileformat with MSVC I'm getting linker error:
retdec::fileformat
LINK : fatal error LNK1181: cannot open input file '..\..\..\external\retdec\external\src\llvm-project-build\Release\lib\LLVMDebugInfoDWARF.lib'
It seems to me, you are explicitly sets the Release\ in deps\CMakeLists.txt, but maybe I'm just wrong.
Release\
deps\CMakeLists.txt
The text was updated successfully, but these errors were encountered:
deps/cmake: fix #774 using generator expressions
cde03bb
The problem was that our previous solution could handle only Release or Debug config. The new solution can handle any configuration and is simpler.
CHANGELOG.md: add entry for #774
91b05a8
1771dde
deps/yara: #774, use gen exprs instead of CMAKE_INSTALL_CONFIG_NAME
79ab964
PeterMatula
No branches or pull requests
When I'm building retdec with RelWithDebInfo and linking against
retdec::fileformat
with MSVC I'm getting linker error:It seems to me, you are explicitly sets the
Release\
indeps\CMakeLists.txt
, but maybe I'm just wrong.The text was updated successfully, but these errors were encountered: