[CMake] Trying to setup make folder configuration on linux

Tyler Roscoe tyler at cryptio.net
Fri Dec 10 15:56:35 EST 2010


On Fri, Dec 10, 2010 at 08:11:45PM +0100, Louis Hoefler wrote:
> -- Build files have been written to: /root/massmailer/Debug

Probably not a good idea to be doing this kind of thing as root.

> [100%] Built target massmailer
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /root/massmailer/Release
> [100%] Built target massmailer
> Install the massmailer release now [Yes/n]? Yes
> [100%] Built target massmailer
> Install the project...
> -- Install configuration: "Release"
> CMake Error at massmailer/cmake_install.cmake:36 (FILE):
>   file INSTALL cannot find "/root/massmailer/massmailer/massmailer".
> Call Stack (most recent call first):
>   cmake_install.cmake:37 (INCLUDE)

We'll need to see your CMakeLists.txt to help further, but it's likely
that you got a path wrong in your install() command.

hth,
tyler


More information about the CMake mailing list