Revision f7d3eaab2a7e1cb3829339424db3ed0bd8252aa8 authored by Laurent Rineau on 20 August 2013, 13:51:11 UTC, committed by Laurent Rineau on 20 August 2013, 13:51:11 UTC
== Setting paths ==
-- Build CGAL from release in directory CGAL-4.3-beta1
CMake Warning (dev) at CMakeLists.txt:99 (set):
  Cannot set "CGAL_CONFIGURED_PACKAGES_NAMES": current scope has no parent.
This warning is for project developers.  Use -Wno-dev to suppress it.

The reason is that in the release there is not parent directory. As that
cmake instruction is need only if the Doxygen documentation is there, I
have surrounded the corresponding line of code by:
  if(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/Documentation")
  endif()
1 parent 16d42c0
History

back to top