Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: No lib folder in the cgal installed directory

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: No lib folder in the cgal installed directory


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: No lib folder in the cgal installed directory
  • Date: Wed, 18 Apr 2012 12:14:42 +0200
  • Organization: GeometryFactory

Le mercredi 18 avril 2012 02:29:59 daisy a écrit :
> Yes, I think the problem is not the cgal itself. When I use cmake configure
> the cgal, there are some warnings, but I don't know what shall I do with
> them:
> /CMake Warning (dev) at C:/Program Files/CMake
> 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:85
> (INCLUDE):
> File C:/Program Files/CMake
> 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake includes
> C:/Program Files/CGAL-3.5/cmake/modules/FindPackageMessage.cmake (found
> via
> CMAKE_MODULE_PATH) which shadows C:/Program Files/CMake
> 2.8/share/cmake-2.8/Modules/FindPackageMessage.cmake. This may cause
> errors later on .
>
> Policy CMP0017 is not set: Prefer files from the CMake module directory
> when including from there. Run "cmake --help-policy CMP0017" for policy
> details. Use the cmake_policy command to set the policy and suppress this
> warning.
> Call Stack (most recent call first):
> C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindZLIB.cmake:84
> (INCLUDE)
> src/CGALimageIO/CMakeLists.txt:16 (find_package)
> This warning is for project developers. Use -Wno-dev to suppress it./

Those are *warnings*. CGAL-3.5 is old, CMake-2.8 is new, and introduced new
warnings that CGAL-3.5 cmake scripts were not aware of.

You can ignore those dev-warnings.

As I have said, just built the solution CGAL.sln that was created by CMake.
On
the screenshot you send us in the first message of that discussion thread, we
can see that a .vcproj file has been generated. It means that the CMake
configuration was successful and it must have generated the solution file.

As an advice, I would say that, if you really expect help from us, you should
read our answers carefully. Maybe the English language is an issue. In that
case, ask us to rephrase the parts of our answers you are unsure of.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page