Re: [CMake] How build AIX shared libraries with custom exports list

2019-01-15 Thread Rob Boehne
I submitted a patch a few weeks ago that would allow you to override the generated export list with the target property LINK_FLAGS. This has been merged, but it is not yet present in the latest release. The simplest way to go about this would be to set the variable

[CMake] How build AIX shared libraries with custom exports list

2019-01-15 Thread Raimo Kangassalo
We need to build an AIX shared library with our own export list. It seems that cmake always runs CreateExportList and I have not found a way to suppress it. We use xlc and xlC compilers. Can someone help us with that. -- Powered by www.kitware.com Please keep messages on-topic and check