MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007303 | CMake | Modules | public | 2008-07-08 07:30 | 2008-07-08 09:47 |
| Reporter | Alexander Bubnov | ||||
| Assigned To | Douglas Gregor | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | CMake-2-6 | |||
| Summary | 0007303: CMake latest: Boost_LIBRARIES is not set | ||||
| Description | cmake/CMakeExample> cat CMakeLists.txt cmake_minimum_required(VERSION 2.6) project (trial) find_package(Boost) message("Boost_LIBRARIES: " ${Boost_LIBRARIES}) cmake/CMakeExample> rm CMakeCache.txt ; cmake . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Boost version: 1.33.1 -- Found the following Boost libraries: Boost_LIBRARIES: -- Configuring done -- Generating done -- Build files have been written to: /home/alek/trial/cmake/CMakeExample As you can see Boost_LIBRARIES is empty, but man cmake says: Boost_LIBRARIES Link these to use the Boost libraries that you specified, not cached | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/1585/CMakeLists.txt | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-07-08 07:30 | Alexander Bubnov | New Issue | |||
| 2008-07-08 07:30 | Alexander Bubnov | File Added: CMakeLists.txt | |||
| 2008-07-08 09:23 | Alexander Bubnov | Note Added: 0012650 | |||
| 2008-07-08 09:35 | Bill Hoffman | Status | new => assigned | ||
| 2008-07-08 09:35 | Bill Hoffman | Assigned To | => Douglas Gregor | ||
| 2008-07-08 09:47 | Douglas Gregor | Status | assigned => closed | ||
| 2008-07-08 09:47 | Douglas Gregor | Note Added: 0012654 | |||
| 2008-07-08 09:47 | Douglas Gregor | Resolution | open => no change required | ||
| 2008-07-08 09:47 | Douglas Gregor | Fixed in Version | => CMake-2-6 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||