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 per

[CMake] Linking to .a files under AIX

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

[CMake] including generated cmake-files from a ExternalPackage

2009-11-25 Thread jens persson
export( TARGETS mylib FILE module_toc.cmake ) -- jens persson 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.h

[CMake] Exposing .o files

2009-11-09 Thread jens persson
o) * More serious 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 Mäster Olofsvä

Re: [CMake] Depending on all and custom targets

2009-10-09 Thread jens persson
2009/10/9 Eric Noulard : > 2009/10/9 jens persson : >> 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=

[CMake] Depending on all and custom targets

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

[CMake] Adding a buildstep to all targets

2009-10-09 Thread jens persson
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 Mäster Olofsväg 24 S-224 66 LUND;SWEDEN ___ Powered by www.kitware.com Visit other Kitware open-source pr