Hi,

  I am compiling a program on Bluegene, which need Boost.

In the toolchain, I have :

set(CMAKE_FIND_ROOT_PATH
    /bgsys/drivers/ppcfloor/
    /gpfs/home3/l/lyyang/local/cmake-2.8.1
    /gpfs/home3/l/lyyang/bluegene.p
    /gpfs/home3/l/lyyang/bluegene.p/include
    /gpfs/home3/l/lyyang/bluegene.p/lib
)

where I compiled and installed boost there:

libboost* are in /gpfs/home3/l/lyyang/bluegene.p/lib, and boost/*.h
are in /gpfs/home3/l/lyyang/bluegene.p/include

In my CMakeLists.txt I have

find_package(Boost QUIET COMPONENTS unit_test_framework)

But I can not get it working during linking stage, the
libunit_test_framework is missing.


Thanks,

Forest
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to