Re: [Plplot-devel] New compile error

2008-07-18 Thread Alan W. Irwin
On 2008-07-18 11:57-0600 Orion Poplawski wrote: > CMake Warning (dev) at drivers/CMakeLists.txt:70 (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

[Plplot-devel] New compile error

2008-07-18 Thread Orion Poplawski
CMake Warning (dev) at drivers/CMakeLists.txt:70 (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_