Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] mesh_smoothing_method with Ceres.
- Date: Thu, 27 Feb 2020 09:40:19 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:rozEahMO8nVCIywJVd8l6mtUPXoX/o7sNwtQ0KIMzox0I/39rarrMEGX3/hxlliBBdydt6sYzbuL+Pm6BCQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCybL9vIxi6twHcu8kZjYd/NKo8ygbCr2dVdehR2W5nKlWfkgrm6Myt5pBj6SNQu/wg985ET6r3erkzQKJbAjo7LW07/dXnuhbfQwSB4HscSXgWnQFTAwfZ9hH6X4z+vTX8u+FgxSSVJ8z2TbQzWTS/86dmTQLjhSkbOzIl9mzcl8p9h79Zrh28vRxy25Pabp+bNPR+fa3Tc90VSmVDUclNWCJMGZ+8YokVAuYdIepVoYvwql0TphW+HwmsA+bvxydGinHrw6I1yP4uERra3AwhAd0OtmnfotPyNKcIUOC1y7XIxijHY/1Xxzj9743IfQ49ofGWXbN+cdDexlUzFwPClFWRqYnpMz2I3ekKqGib6+1gVfiui24gtwF9uD2vxsM3h4nGg4Ia0FHE9SFjzIkpIt24TVd2bNi5G5VesCGaMpF5QsIkQ2xwviY10KYJtoW/fCcU0pgo2xnfa/mBfoOV4RzjTP6cLSlkiH9hYr6yhBa//VK9xuHiVcS4yllHoyRdntXSrH8BywHf582ZRfdh5Eis3CiD2xzO5uxBLk04i7TUJ4Ikz7MxipUTv0fOEyr2lUj1kaOaakAp9+qm6+TpbLXro4KTOJN3hwzwNKklh9axDv4iMgcUWmiW4eS826Pn/U3+WLhKi+c5kqjdsJzDK8Ubo7O1DxZb0oss5RuzFTim0NMfnXkIKFJKZgiLgJTuO1HLOPz4DPG/jEqwkDpz2fzKIrnsDo/OI3XDirvtYKhx5k1GxAc8w91T/5dUBasAIPL3VE/xrtvYDhohPgyvx+bnD8991oIZWWKTGKOZNafSvESH5uIqOeaMZYsVtCzhJPgi4v7ilWU5lkMFfam1wZsXb2i1EehpI0qDZXrgm8oOEWYRvgUiUezqk0aCXCVIZ3eyWqI8/is0BJinDYfFXICtgaaO0D21Hp1MNSh6DQWHHn7sMomFQPwRczm6I8l7kzVCW6LyZZUm0ETkjwLwwqF7L+fSsgkfr5PkyJA1yODUkBwu7y1aBs+B1HucDis8yngMQCU327w5pEhVxVKK0Kw+iPtdQ48Ar8hVWxs3YMaPh9dxDMr/D1qYI4W5DW2+S9DjOgkfC9I8x9hUPhR4EtSmyw/Ghm+kX+RTmLuMC5g5tKnb2iqpfpov+zP9zKAkymIebI5XL2T/3/xw8gHSA8jClEDLz//7J5RZ5zbE8SK49UTLuUhZVABqVqCcBCIQY0LXqZLy4UaQFrI=
The only error I seems to be:
Could NOT find Eigen3 (missing: EIGEN3_INCLUDE_DIR) (Required is at least
Could you check that you gave a valid value to this cmake variable?
Sebastien.
On 2/26/20 9:56 AM, Frank Dz wrote:
Thanks! I found the Ceres_DIR and set it C:/Program Files/Ceres/CMake
Yet, in the Cmake, there is an error:
Selecting Windows SDK version to target Windows 10.0.17763.
Found Boost: C:/local/boost_1_72_0 (found suitable version "1.72.0", minimum
required is "1.48")
Boost include dirs: C:/local/boost_1_72_0
Boost libraries:
Visual Leak Detector (VLD) is not found.
Found Boost: C:/local/boost_1_72_0 (found version "1.72.0")
Examples that use OpenMesh will not be compiled.
Could NOT find Eigen3 (missing: EIGEN3_INCLUDE_DIR) (Required is at least
version "3.2.0")
ERROR: Intel TBB NOT found! Please define the TBBROOT (or TBB_INSTALL_DIR)
and/or TBB_ARCH_PLATFORM environment variables.
Looked for Threading Building Blocks in C:/Program
Files/Intel/TBB;C:/Program Files (x86)/Intel/TBB
NOTICE: Intel TBB was not found. Sequential code will be used.
CMake Warning (dev) at C:/Program Files/Ceres/CMake/CeresConfig.cmake:209:
Syntax Warning in cmake code at column 40
Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
CMakeLists.txt:117 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at C:/Program Files/Ceres/CMake/CeresConfig.cmake:212:
Syntax Warning in cmake code at column 61
Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
CMakeLists.txt:117 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at C:/Program Files/Ceres/CMake/CeresConfig.cmake:267:
Syntax Warning in cmake code at column 40
Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
CMakeLists.txt:117 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at C:/Program Files/Ceres/CMake/CeresConfig.cmake:299:
Syntax Warning in cmake code at column 44
Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
CMakeLists.txt:117 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at C:/Program Files/Ceres/CMake/CeresConfig.cmake:302:
Syntax Warning in cmake code at column 66
Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
CMakeLists.txt:117 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Found installed version of Eigen: C:/Program Files
(x86)/Eigen3/share/eigen3/cmake
Found required Ceres dependency: Eigen version 3.3.7 in C:/Program Files
(x86)/Eigen3/include/eigen3
Found installed version of glog: C:/Program Files (x86)/glog/lib/cmake/glog
Detected glog version: 0.4.0
Found required Ceres dependency: glog
Found installed version of gflags: C:/Program Files
(x86)/gflags/lib/cmake/gflags
Detected gflags version: 2.2.2
Found required Ceres dependency: gflags
Ceres version 1.14.0 detected here: C:/Program Files/Ceres was built with
C++11. Ceres target will add C++11 flags to compile options for targets
using it.
Found Ceres version: 1.14.0 installed in: C:/Program Files/Ceres with
components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse,
SchurSpecializations, C++11, OpenMP, Multithreading]
Configuring done
Besides, I want to make it easy for my configuration of VS15. If it is
possible by linking some libs?
or include something about Ceres.
Best,
Frank
-----
be open, be creative, be critical
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] mesh_smoothing_method with Ceres., Frank Dz, 02/26/2020
- Re: [cgal-discuss] mesh_smoothing_method with Ceres., Sebastien Loriot (GeometryFactory), 02/26/2020
- Re: [cgal-discuss] mesh_smoothing_method with Ceres., Frank Dz, 02/26/2020
- Re: [cgal-discuss] mesh_smoothing_method with Ceres., Sebastien Loriot (GeometryFactory), 02/27/2020
- Re: [cgal-discuss] mesh_smoothing_method with Ceres., Zhiyang Dou, 02/27/2020
- Re: [cgal-discuss] mesh_smoothing_method with Ceres., Sebastien Loriot (GeometryFactory), 02/27/2020
- Re: [cgal-discuss] mesh_smoothing_method with Ceres., Frank Dz, 02/26/2020
- Re: [cgal-discuss] mesh_smoothing_method with Ceres., Sebastien Loriot (GeometryFactory), 02/26/2020
Archive powered by MHonArc 2.6.18.