Boost CGAL多面体演示(5.0.2)增压问题

Boost CGAL多面体演示(5.0.2)增压问题,boost,cmake,cgal,Boost,Cmake,Cgal,我似乎无法在Cgal 5.0.2上配置多面体演示 我能够制造和建造所有其他东西,所以我想知道问题出在哪里?在使用cmake时,我面临着这个输出 Boost version: 1.65.1 Found the following Boost libraries: serialization iostreams regex CMake Error at Installation/cmake/modules/CGAL_Boost_iostreams_support.cmake:36

我似乎无法在Cgal 5.0.2上配置多面体演示

我能够制造和建造所有其他东西,所以我想知道问题出在哪里?在使用cmake时,我面临着这个输出

Boost version: 1.65.1
Found the following Boost libraries:
  serialization
  iostreams
  regex
    CMake Error at Installation/cmake/modules/CGAL_Boost_iostreams_support.cmake:36 (set_target_properties):
      set_target_properties called with incorrect number of arguments.
    Call Stack (most recent call first):
      Polyhedron/demo/Polyhedron/Plugins/Classification/CMakeLists.txt:9 (include)
我不太精通cmake等,所以如果我错过了什么,我会问。到目前为止,我已经在互联网上搜索到了这一点,但没有任何结果。有人能帮忙吗


谢谢

谢谢sehe的建议。从CMAKE 3.10>3.17的升级解决了这个问题,然后我就可以制作和构建演示了。

CMakeLists.txt与CMAKE版本不匹配。升级CMake或修复构建脚本中的兼容性问题。也许只需要加上一句谢谢就够了——这确实是个问题。从CMAKE 3.10>3.17的升级解决了这个问题,然后我就可以制作和构建演示了。