CGAL Polyhedron demo(5.0.2)升压问题
CGAL Polyhedron demo (5.0.2) boost problem
我似乎无法在 Cgal 5.0.2 上配置 Polyhedron 演示。
我能够制造和构建其他所有东西,所以想知道问题出在哪里?我在使用 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 升级解决了这个问题,然后我就可以制作和构建演示了。
我似乎无法在 Cgal 5.0.2 上配置 Polyhedron 演示。
我能够制造和构建其他所有东西,所以想知道问题出在哪里?我在使用 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 升级解决了这个问题,然后我就可以制作和构建演示了。