On Thu, Nov 19, 2015 at 09:44:24 -0500, Shawn Waldon wrote: > I'm pretty sure that on Windows PYTHON_LIBRARY should point to a file with > a .lib extension. Other than that I don't see anything obviously wrong > with your settings. With MSVC, yes. IIRC, MinGW uses .dll.a though, but with VS 2015, the .lib is the right one. --Ben