Hi,

when doing a 'cmake ../darktable' (I use a different build directory),
I get the following:

  CMake Warning (dev) at src/CMakeLists.txt:113 (find_package):
    Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
    and POP.  Run "cmake --help-policy CMP0011" for policy details.  Use the
    cmake_policy command to set the policy and suppress this warning.
  
    The included script
  
      /home/levitte/gitwrk/github.com/darktable/cmake/modules/FindGlib.cmake
  
    affects policy settings.  CMake is implying the NO_POLICY_SCOPE option for
    compatibility, so the effects are applied to the including context.
  This warning is for project developers.  Use -Wno-dev to suppress it.
  
  CMake Warning (dev) at src/CMakeLists.txt:118 (find_package):
    Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
    and POP.  Run "cmake --help-policy CMP0011" for policy details.  Use the
    cmake_policy command to set the policy and suppress this warning.
  
    The included script
  
      /home/levitte/gitwrk/github.com/darktable/cmake/modules/FindGTK2.cmake
  
    affects policy settings.  CMake is implying the NO_POLICY_SCOPE option for
    compatibility, so the effects are applied to the including context.
  This warning is for project developers.  Use -Wno-dev to suppress it.

I gather a cmake_policy(POLICY_SCOPE) or cmake_policy(NO_POLICY_SCOPE)
should be added in src/CMakeLists.txt or somesuch.  Or do I
misunderstand?  I don't have enough experience with cmake to really
tell.

Cheers,
Richard

-- 
Richard Levitte                         [email protected]
                                        http://richard.levitte.org/

"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
darktable-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to