hey
I am using ccmake to compile fltk on release mode and i am running into
problems.
when i configure it gives me
CMake Warning (dev) at png/CMakeLists.txt:21 (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 "fltk_png" links to some libraries for which the linker must
search:
-lm
and other libraries with known full path:
/Users/arindambhattacharya/Research/code/bin/fltk-1.1.7-release/bin/libfltk_zlib.a
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.
///
if i then make it it exists with errors ,
wondering if some one could help me out with this.
thnks
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk