Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Installing CGAL windows 64 bits

Subject: CGAL users discussion list

List archive

[cgal-discuss] Installing CGAL windows 64 bits


Chronological Thread 
  • From: Gil <>
  • To:
  • Subject: [cgal-discuss] Installing CGAL windows 64 bits
  • Date: Fri, 03 Jun 2011 14:45:14 +0100

Dear all,

I'm trying to install the CGAL 3.8 (64 bits) on windows 7 (64bits) with the MS Visual C++ 2010 Express following the instructions given in
http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-on-windows

The cmake of the CGAL  (step 5) gives-me two warnings (see below).
It is normal or should I fix this problem?
In fact if I don't fix this problem I can't pass the sanity check (step 6).

Thanks for your help.

Gil

-> first warning
CMake Warning (dev) at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:85 (INCLUDE):
File C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake includes
C:/Program Files (x86)/CGAL-3.8/cmake/modules/FindPackageMessage.cmake
(found via CMAKE_MODULE_PATH) which shadows C:/Program Files (x86)/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 (x86)/CMake 2.8/share/cmake-2.8/Modules/FindZLIB.cmake:69 (INCLUDE)
src/CGALimageIO/CMakeLists.txt:16 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-> second warning
CMake Warning (dev) at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:1088 (INCLUDE):
File C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake
includes C:/Program Files
(x86)/CGAL-3.8/cmake/modules/FindPackageMessage.cmake (found via
CMAKE_MODULE_PATH) which shadows C:/Program Files (x86)/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):
src/CGALQt4/CMakeLists.txt:18 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.


Is







Archive powered by MHonArc 2.6.16.

Top of Page