Package: cmake
Version: 2.8.5-1
Severity: important

When invoking cmake command, find_library() does not find library in
/usr/lib/arch-triplet directory.

Steps to reproduce (on DEB_HOST_MULTIARCH=i386-linux-gnu):
1) Make sure you've got libpng12-dev
# aptitude install libpng12-dev

2) Unpack tiny demo project attached to this report
$ cd ~
$ tar xfz /path/to/saved/attachment/demo.tar.gz
$ mkdir build_dir
$ cd build_dir
$ cmake ~/demo

Here you get an error:
CMake Error at /usr/share/cmake-2.8/Modules/FindX11.cmake:381 (MESSAGE):
  Could not find X11
Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)

-- 
Patryk Cisek

Attachment: demo.tar.gz
Description: Binary data

Reply via email to