Re: [CMake] cmake in MacPorts environment difficulties

2018-06-13 Thread Randolph M. Fritz
That could be. I'll have to see if I can figure a way to get MacPorts to cough up more information about the commands it is issuing; the MacPorts people ought to know. -- Randolph M. Fritz || +1 206 659-8617 || rmfri...@gmail.com On Wed, Jun 13, 2018 at 4:34 PM, Michael Jackson < mike.jack...@bl

Re: [CMake] cmake in MacPorts environment difficulties

2018-06-13 Thread Michael Jackson
CMake is looking for .app package and my guess is that the package being built is a "unix" style installation. If your project depends on just MacPorts you should be able to just do "make install" after setting the CMAKE_INSTALL_PREFIX=/opt/local. -- Mike Jackson On 6/13/18, 4:17 PM, "CMake