Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Building/3D Mesh: Avoid manual insertion of "find_package(CGAL COMPONENTS ImageIO)"

Subject: CGAL users discussion list

List archive

[cgal-discuss] Building/3D Mesh: Avoid manual insertion of "find_package(CGAL COMPONENTS ImageIO)"


Chronological Thread 
  • From: Michael Bieri <>
  • To:
  • Subject: [cgal-discuss] Building/3D Mesh: Avoid manual insertion of "find_package(CGAL COMPONENTS ImageIO)"
  • Date: Tue, 8 Aug 2017 15:53:46 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:4nfPkR1R937cqxFPsmDT+DRfVm0co7zxezQtwd8Zse0VK/ad9pjvdHbS+e9qxAeQG96Ku7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXYAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmiCkJOT0k/m/JlsN9l7hUrA67qhFl34LYfIOYOfxjda3dZ9MaQm9BU95WWSxAHoy8b5EAAPQFPe1FsoT9pkUBrQG/BQKxA+7vzz5IiWT33aIkyeQhEBrL3AMlH90UsXTUqM/5O7sVUeCw1aTFyyjIYf1R2Tf48ofIcxYhrOmDXbJxbcrRyVQvGBjfglqMrozlOjWY3fkOvWiD9+dsS/6jhmo9pwxyojWj3NkghpTIi44P11zJ9jh1zYAoLtOiUkF7e8SrEJ5IuiGaKYR2RsQiTnltuCkgy70GvYe3fDEWyJg73hLfZeGLfouV7h75W+aRJjB4hH1heL2hnRq97U+gyujkWsm11lZFsDZFn8HSunwR0xHf8MuKR/tn8ku/xDqC1hrf5vxHLEwpjabbLoQuwr80lpodq0TDGSr2lV3zjK+XbUok+/an6/7mYrj9qZ+cMpV7igD6Mqg0hsO/BuE4PhAUX2eH4eS8yKHj/UrhTbpWgf05iK3ZvInHKsQava62HxJV0p046xukFDen0NEYnWEdI15feRKHiZLpO1DUL/ziA/e/mQfkrDA+zP/POvjtA47GM2PYuLbnZ7d0rUBGmyQpytUKwpNfCrgMJLrZW0LrtZSMCx4zMgGuws7oDdx80sUVXmfZUfzRC7/brVLdvrFnGOKLfoJA4Ds=

Hello

I also had this problem: https://github.com/CGAL/cgal/issues/2116 (You have to insert the line "find_package(CGAL COMPONENTS ImageIO)" manually into CMakeLists.txt after creating them with cgal_create_CMakeLists.)

Now I'm automatizing deployment to some compute servers, so I'd like to avoid inserting it manually. Is there a way so that this line gets inserted automatically when creating the CMakeLists?

(I'm not asking for some shell script hacks, as they are easy to find. But I'd like to avoid, if possible.)

Best regards,
Michael



Archive powered by MHonArc 2.6.18.

Top of Page