MantisBT - CMake | |||||||||||||||
View Issue Details | |||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
0013311 | CMake | CMake | public | 2012-06-18 02:52 | 2016-06-10 14:31 | ||||||||||
Reporter | Hendrik Sattler | ||||||||||||||
Assigned To | Alex Neundorf | ||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||
Status | closed | Resolution | moved | ||||||||||||
Platform | OS | Debian GNU/Linux | OS Version | testing | |||||||||||
Product Version | CMake 2.8.8 | ||||||||||||||
Target Version | Fixed in Version | ||||||||||||||
Summary | 0013311: LINK arguments incomplete when using cmake --find_package | ||||||||||||||
Description | Hi, I try the following commands with my projects config file. It is not installed but the build tree is registered with export(TARGET). $ cmake -DNAME=OpenObex -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=COMPILE --find-package -I/home/hendrik/projects/obex/openobex/repository/include $ cmake -DNAME=OpenObex -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=LINK --find-package -rdynamic lib/libopenobex.so.1.6 -Wl,-rpath,/home/hendrik/projects/obex/openobex/repository/build/lib I think the latter is missing the complete path to the library or alternatively a -L entry so it should look the same as using it internally. This probably also happends with a *-config.cmake file installed in a non-standard location. HS | ||||||||||||||
Steps To Reproduce | |||||||||||||||
Additional Information | openobex-config.cmake: -------------------------------snip----------------------------------------- get_filename_component(OpenObex_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) if (EXISTS "${OpenObex_CMAKE_DIR}/lib/openobex-build.cmake") #in build tree include(${OpenObex_CMAKE_DIR}/lib/openobex-build.cmake) include(${OpenObex_CMAKE_DIR}/lib/openobex-build-settings.cmake) set(OpenObex_INCLUDE_DIRS ${OpenObex_SOURCE_DIR}/include) else () #in installed tree include(${OpenObex_CMAKE_DIR}/openobex-target.cmake) set(OpenObex_CMAKE_REL_INCLUDE_DIR "../../../include") get_filename_component(OpenObex_ABS_INCLUDE_DIR "${OpenObex_CMAKE_DIR}/${OpenObex_CMAKE_REL_INCLUDE_DIR}" ABSOLUTE) set(OpenObex_INCLUDE_DIRS "${OpenObex_ABS_INCLUDE_DIR}") endif() set(OpenObex_LIBRARIES openobex) -------------------------------snip----------------------------------------- lib/openobex-build.cmake: -------------------------------snip----------------------------------------- # Generated by CMake 2.8.8 IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) MESSAGE(FATAL_ERROR "CMake >= 2.6.0 required") ENDIF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) CMAKE_POLICY(PUSH) CMAKE_POLICY(VERSION 2.6) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- # Commands may need to know the format version. SET(CMAKE_IMPORT_FILE_VERSION 1) # Create imported target openobex ADD_LIBRARY(openobex SHARED IMPORTED) # Import target "openobex" for configuration "Debug" SET_PROPERTY(TARGET openobex APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) SET_TARGET_PROPERTIES(openobex PROPERTIES IMPORTED_LOCATION_DEBUG "/home/hendrik/projects/obex/openobex/repository/build/lib/libopenobex.so.1.6" IMPORTED_SONAME_DEBUG "libopenobex.so.2" ) # Commands beyond this point should not need to know the version. SET(CMAKE_IMPORT_FILE_VERSION) CMAKE_POLICY(POP) -------------------------------snip----------------------------------------- lib/openobex-build-settings.cmake: -------------------------------snip----------------------------------------- set(OpenObex_SOURCE_DIR "/home/hendrik/projects/obex/openobex/repository") -------------------------------snip----------------------------------------- | ||||||||||||||
Tags | No tags attached. | ||||||||||||||
Relationships |
| ||||||||||||||
Attached Files | |||||||||||||||
Issue History | |||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||
2012-06-18 02:52 | Hendrik Sattler | New Issue | |||||||||||||
2012-06-18 08:32 | Brad King | Assigned To | => Alex Neundorf | ||||||||||||
2012-06-18 08:32 | Brad King | Status | new => assigned | ||||||||||||
2012-06-18 16:37 | Alex Neundorf | Relationship added | related to 0013266 | ||||||||||||
2012-08-13 14:27 | Alex Neundorf | Status | assigned => backlog | ||||||||||||
2014-01-01 12:22 | Alex Neundorf | Relationship added | child of 0014676 | ||||||||||||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042069 | |||||||||||||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||||||||||||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||||||||||||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|