Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到错误消息“链接器工具错误 LNK1104”找不到 libCGAL-vc140-mt-4.14-I-900.lib”
我将 VCPKG 与 Visual Studio 和链接器标志 /MD 或 /MDd 一起使用。(问题 27970033)相同的设置适用于 CGAL 4.13。该错误是在使用 VCPKG 更新到 4.14 之后出现的。
即使是一个小的新 CGAL 程序也不会被翻译。我尝试了 x64 的调试/发布模式。