CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
346 stars 93 forks source link

cmake error configuring incomplete #171

Closed Rayna-Zhang closed 4 years ago

Rayna-Zhang commented 4 years ago

cmake -DCGAL_DIR=/usr/lib/CGAL -DBUILD_JAVA=OFF -DPYTHON_OUTDIR_PREFIX=../../examples/python ../..

The error:

CMake Error at CMakeLists.txt:36 (if):
  if given arguments:
    "CGAL_FOUND" "AND" "GREATER" "4"
  Unknown arguments specified
-- Configuring incomplete, errors occurred!
sloriot commented 4 years ago

What cmake version are you using? What CGAL version are you using?

ArnoChenFx commented 4 years ago

Have you configured CGAL(https://github.com/CGAL/cgal/releases)?

Rayna-Zhang commented 4 years ago

What cmake version are you using? What CGAL version are you using?

3.14

Rayna-Zhang commented 4 years ago

Have you configured CGAL(https://github.com/CGAL/cgal/releases)?

Thank you, I re-congifured CGAL, and now it's ok. 3Q