Hello,

when I tried to configure podofo (cmake ./ -DWANT_LIB64=1) I got this
warning:

Building static PoDoFo
library
-- Configuring
done

CMake Warning (dev) at src/CMakeLists.txt:201
(ADD_LIBRARY):
  Policy CMP0003 should be set before this line.  Add code such
as

    if(COMMAND cmake_policy)
      cmake_policy(SET CMP0003 NEW)
    endif(COMMAND cmake_policy)

  as early as possible but after the most recent call to
  cmake_minimum_required or cmake_policy(VERSION).  This warning appears
  because target "podofo_static" links to some libraries for which the
linker
  must search:

    -lpthread

  and other libraries with known full path:

    /usr/lib64/libfontconfig.so

  CMake is adding directories in the second list to the linker search path
in
  case they are needed to find libraries from the first list (for backwards
  compatibility with CMake 2.4).  Set policy CMP0003 to OLD or NEW to enable
  or disable this behavior explicitly.  Run "cmake --help-policy CMP0003"
for
  more information.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done

This message is "visible" for podofo-0.7.0 and and actual svn version
(podofo-0.6.0 can be configured without warning). What I need to do to
remove this message?

BR,

Zd.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to