Re: The CMake situation in frameworks

2011-11-28 Thread Alexander Neundorf
On Friday 25 November 2011, Christophe Giboudeaux wrote: Hi, On Friday 25 November 2011 02:24:55 Stephen Kelly wrote: == Communicating build parameters between modules == Some people don't want to set custom parameters for certain install directories and have those locations picked up

Re: superbuild: weird cmake error

2011-11-28 Thread Alexander Neundorf
On Sunday 27 November 2011, Andreas Pakulat wrote: On 27.11.11 19:00:31, Valentin Rusu wrote: Hello, Trying to build using latest git cmake and superbuild, I get the message I paste below. Any clues? -- Build files have been written to: /home/kde/src/superbuild/kdesupport/build

Re: The CMake situation in frameworks

2011-11-28 Thread Ingo Klöcker
On Saturday 26 November 2011, Stephen Kelly wrote: target_link_libraries(foo LINK_PUBLIC ${QT_QTCORE_LIBRARIES} LINK_PRIVATE ${QT_QTSCRIPT_LIBRARIES} ) Only this or target_link_libraries(foo LINK_PRIVATE ${QT_QTSCRIPT_LIBRARIES} LINK_PUBLIC