cnr-isti-vclab / vcglib

The VCGlib is a C++, templated, no dependency, library for manipulation, processing and cleaning of triangle meshes
http://vcg.isti.cnr.it/vcglib
GNU General Public License v3.0
1.14k stars 352 forks source link

Cannot set "VCG_INCLUDE_DIRS": current scope has no parent. #200

Open dumpinfo opened 2 years ago

dumpinfo commented 2 years ago

I make a sub folder "build" at the vcglib root folder,and use "cmake .. " to generate the Makefile. image and when use the Makefile in the build folder, its unable to build any program, how to solve it?

JoelleAH commented 2 years ago

Hello, did you solve it? I faced the same issue... And by the way, the BuildExamplesLinux link didn`t work for me too.

jenadzitsiuk commented 1 year ago

Same issue. How to solve it?

faded4567 commented 23 hours ago

Hello, I have also encountered the same problem as you. Have you solved it? What is the solution