mirror of https://github.com/CGAL/cgal
trailing whitespaces
This commit is contained in:
parent
2ad4c16b6e
commit
6b4734feff
|
|
@ -63,7 +63,7 @@ if(Boost_FILESYSTEM_FOUND)
|
||||||
Volume_plane_intersection.cpp
|
Volume_plane_intersection.cpp
|
||||||
Raw_image_dialog.cpp
|
Raw_image_dialog.cpp
|
||||||
${imgUI_FILES}
|
${imgUI_FILES}
|
||||||
${VOLUME_MOC_OUTFILES}
|
${VOLUME_MOC_OUTFILES}
|
||||||
KEYWORDS Viewer Mesh_3)
|
KEYWORDS Viewer Mesh_3)
|
||||||
target_link_libraries(io_image_plugin PUBLIC scene_image_item ${VTK_LIBRARIES} CGAL::CGAL_ImageIO)
|
target_link_libraries(io_image_plugin PUBLIC scene_image_item ${VTK_LIBRARIES} CGAL::CGAL_ImageIO)
|
||||||
if(VTK_LIBRARIES)
|
if(VTK_LIBRARIES)
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ if(TARGET CGAL::Eigen_support)
|
||||||
target_compile_definitions( smoothing_plugin PRIVATE CGAL_PMP_USE_CERES_SOLVER )
|
target_compile_definitions( smoothing_plugin PRIVATE CGAL_PMP_USE_CERES_SOLVER )
|
||||||
target_link_libraries(smoothing_plugin PUBLIC ceres)
|
target_link_libraries(smoothing_plugin PUBLIC ceres)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_package_properties(
|
set_package_properties(
|
||||||
Ceres PROPERTIES
|
Ceres PROPERTIES
|
||||||
DESCRIPTION "A large scale non-linear optimization library."
|
DESCRIPTION "A large scale non-linear optimization library."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue