* All tools:
- Library linking: there must not be "target_link_library()" for libraries, only when building binaries. Avoid clashes between static module or class variables, and strange reinitialisation of those variables. - Change: Boost is now always linked staticly.
This commit is contained in:
parent
f901abe0ad
commit
4e0e1326b5
|
@ -37,12 +37,6 @@
|
|||
|
||||
|
||||
add_library ( nimbus ${cpps} )
|
||||
target_link_libraries ( nimbus ${HURRICANE_LIBRARIES}
|
||||
${HURRICANE_GRAPHICAL_LIBRARIES}
|
||||
${LEFDEF_LIBRARIES}
|
||||
${OA_LIBRARIES}
|
||||
${QT_LIBRARIES}
|
||||
)
|
||||
install ( TARGETS nimbus DESTINATION lib${LIB_SUFFIX} )
|
||||
install ( FILES ${includes} DESTINATION include/coriolis2/nimbus )
|
||||
|
||||
|
|
Loading…
Reference in New Issue