[CMake] Embedding Python in macOS bundle

2017-03-18 Thread Adam Wolf
cmake_install.cmake:91 (fixup_bundle) cmake_install.cmake:69 (include) I tried setting BU_COPY_FULL_FRAMEWORK_CONTENTS, mostly for giggles, and I had similar issues. Anyone have any thoughts or suggestions? Am I barking up the wrong tree with --enable-framework? Anyone have any examples or projects that have pulled i

Re: [CMake] Temp workaround for FindPythonLibs on Win7 64-bit

2013-05-31 Thread Adam Wolf
If this gets looked at, maybe we can add my Linux FindPythonLibs improvements at the same time? ;) http://cmake.3232098.n2.nabble.com/FindPythonLibs-Bug-0013794-fix-td7584055.html Adam Wolf On Fri, May 31, 2013 at 11:54 AM, Jeremy Carter wrote: > Hi, > > It has been established

[CMake] FindPythonLibs Bug #0013794 fix

2013-04-12 Thread Adam Wolf
ther other system that has newer libraries installed than the default interpreter. This appears to fix Bug #0013794. http://public.kitware.com/Bug/view.php?id=13794 I have attached the patch as a file, but I can also do a pull request or any other requested code submission process. Adam Wolf Wayne