add abi-check files and reports to gh-pages
[openjpeg.git] / abi-check / build_logs / openjpeg / 1.3 / cmake
1 -- The C compiler identification is GNU 4.9.2
2 -- Check for working C compiler: /usr/bin/cc
3 -- Check for working C compiler: /usr/bin/cc -- works
4 -- Detecting C compiler ABI info
5 -- Detecting C compiler ABI info - done
6 -- Configuring done
7 CMake Warning (dev) at mj2/CMakeLists.txt:25 (ADD_EXECUTABLE):
8   Policy CMP0003 should be set before this line.  Add code such as
9
10     if(COMMAND cmake_policy)
11       cmake_policy(SET CMP0003 NEW)
12     endif(COMMAND cmake_policy)
13
14   as early as possible but after the most recent call to
15   cmake_minimum_required or cmake_policy(VERSION).  This warning appears
16   because target "extract_j2k_from_mj2" links to some libraries for which the
17   linker must search:
18
19     m
20
21   and other libraries with known full path:
22
23     /tmp/po9FTbVHV4/build/openjpeg-version.1.3/build/bin/libopenjpeg.so.1.2.0
24
25   CMake is adding directories in the second list to the linker search path in
26   case they are needed to find libraries from the first list (for backwards
27   compatibility with CMake 2.4).  Set policy CMP0003 to OLD or NEW to enable
28   or disable this behavior explicitly.  Run "cmake --help-policy CMP0003" for
29   more information.
30 This warning is for project developers.  Use -Wno-dev to suppress it.
31
32 -- Generating done
33 CMake Warning:
34   Manually-specified variables were not used by the project:
35
36     CMAKE_CXX_FLAGS
37
38
39 -- Build files have been written to: /tmp/po9FTbVHV4/build/openjpeg-version.1.3/build