[CMake] Linking to .a files under AIX

2009-12-15 Thread jens persson
setting linkflags on all our targets and are willing to share it :-) thanks in advance /jp -- jens persson j...@persson.cx Mäster Olofsväg 24 S-224 66 LUND;SWEDEN ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] Linking to .a files under AIX

2009-12-15 Thread jens persson
(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS -Wl,-brtl) SET(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS -Wl,-brtl) to SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS -Wl,-brtl,-bnoipath) SET(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS -Wl,-brtl,-bnoipath) solved the problem. Mea culpa /jp 2009/12/15 jens persson j...@persson.cx: Hello I have a problem

[CMake] including generated cmake-files from a ExternalPackage

2009-11-25 Thread jens persson
mylib FILE module_toc.cmake ) -- jens persson j...@persson.cx Mäster Olofsväg 24 S-224 66 LUND;SWEDEN ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

[CMake] Exposing .o files

2009-11-09 Thread jens persson
is that we need to do it staged and only change the core product now keeping the old build system for dependant projects/products for some time, and the old system expects to link to .o files in the core product. -- jens persson j...@persson.cx Mäster Olofsväg 24 S-224 66 LUND;SWEDEN

[CMake] Adding a buildstep to all targets

2009-10-09 Thread jens persson
) ) Is there a way to do this that I haven't found yet? Best regards /jp [1] don't get me started on why, but it is needed... -- jens persson j...@persson.cx Mäster Olofsväg 24 S-224 66 LUND;SWEDEN ___ Powered by www.kitware.com Visit other Kitware open-source

[CMake] Depending on all and custom targets

2009-10-09 Thread jens persson
installed from ubuntu standard repositories) Best regards and happy weekend /jp -- jens persson j...@persson.cx Mäster Olofsväg 24 S-224 66 LUND;SWEDEN ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] Depending on all and custom targets

2009-10-09 Thread jens persson
2009/10/9 Eric Noulard eric.noul...@gmail.com: 2009/10/9 jens persson j...@persson.cx: I get the impression that I have two problems: depending on a custom_target and depending on all. Dependency from builtin target is currently unsupported. see: http://public.kitware.com/Bug/view.php?id