CGAL installation no ALL_BUILD.exe Window

旧时模样 提交于 2019-12-11 22:02:58

问题


Hi there guys I'm trying to install CGAL4.13. When I use cmake to create CGAL.sln file the configuration says is done, and I do generated afterwards. However I do see that it says that I'm missing a couple of stuff:

1)Qt5OpenGL Qt5Svg Qt5 cannot be configured

2)ZLIB_LIBRARY ZLIB_INCLUDE_DIR

However cmake does generate the CGAL.sln, I do build them and they don't give any errors. But when I try to run them, I have the following message:

Unable to start program: C:\dev\CGAL-4.13\build\Debug\ALL_BUILD can't be found.I seach for that path and is empty, I can't find the .exe file anywhere. I don't know why is not creating it since when I build it doesn't show any errors.

I followed this way of installing: https://www.cgal.org/download/windows.html . I've tried everything I still have the same error. Can you please help?

Thank you for your time.


回答1:


ALL_BUILD is not an executable target. Just right clic on a demo, test or example in your solution and execute it, don't run the default target in MSVC.



来源:https://stackoverflow.com/questions/55164276/cgal-installation-no-all-build-exe-window

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!