cmake wont generate install target

jakab922
Posts: 1
Joined: Wed Jul 18, 2007 8:43 am

cmake wont generate install target

Post by jakab922 »

Hello!

I have a really dumb question:

How can I make cmake generate the Makefile so therell be an install target. I use

Code: Select all

cmake . -G "Unix Makefiles"
and it just doesnt work. I would like to work with 2.50 version btw. thanks for the help in advance.