how to set an install prefix

Asked by Paul

I want compiz to install in /usr and not in /usr/local, how can I set the prefix?
cmake -DCMAKE_INSTALL_PREFIX=/usr doesnt work.

Question information

Language:
English Edit question
Status:
Solved
For:
Compiz Edit question
Assignee:
No assignee Edit question
Solved by:
Paul
Solved:
Last query:
Last reply:
Revision history for this message
Paul (pauledd) said :
#1

I dont know why but
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
works now.