MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015633 | CMake | CMake | public | 2015-06-26 16:41 | 2016-06-10 14:31 |
Reporter | Gustavo Melno | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | X86 | OS | Ubuntu | OS Version | 14.04 |
Product Version | CMake 3.2.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015633: Library not found when invoke find_library again | ||||
Description | I do a library search for my project: find_library( ICU_LIBRARY NAMES icuuc cygicuuc cygicuuc32 DOC "Libraries to link against for the common parts of ICU") if(ICU_INCLUDE_DIR AND ICU_LIBRARY) set(ICU_FOUND 1) else() set(ICU_FOUND) endif() This works for the first time but another call to cmake or a change in any CMakeLists.txt file will unset ICU_FOUND. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-06-26 16:41 | Gustavo Melno | New Issue | |||
2015-06-29 08:36 | Brad King | Note Added: 0038994 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042800 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|