On Sun, Jan 20, 2013 at 10:49 PM, John Wiegley <[email protected]> wrote: > > I'm sure if acprep can do it, but just running cmake yourself sure can. See > the CMake man pages. Also, you can look in acprep where I set the Python > paths for my own system.
Ah, thanks - I was looking in the main CMakeLists.txt, which wasn't helpful. Changing the value in the build directories CMakeCache.txt to: PYTHON_LIBRARY:FILEPATH=/opt/local/lib/libpython2.7.dylib Fixed it for me. Thanks! - Zack
