Re: [CMake] Problem with shared libraries and python wrapping

2015-03-24 Thread Bill Hoffman
On 3/24/2015 6:08 AM, Audrey Istace wrote: Hello, I am trying to compile a VTK class (which uses itk), and would like to make a python wrapping for this class too. I face two problems : -First, when I had the option « build_shared_libs » : OPTION(BUILD_SHARED_LIBS "Shared libraries." ON) The

[CMake] Problem with shared libraries and python wrapping

2015-03-24 Thread Audrey Istace
Hello, I am trying to compile a VTK class (which uses itk), and would like to make a python wrapping for this class too. I face two problems : -First, when I had the option < build_shared_libs > : OPTION(BUILD_SHARED_LIBS "Shared libraries." ON) The Makefile is generated, but when I c