Re: [CMake] CMake and CPack question.

2010-04-12 Thread Roger
So I took care of the problem of the package not having any file. Now I'm trying to change the directory where the binary file is installed and the binary allways gets installed to /usr/bin/. I'm setting the variable CMAKE_INSTALL_PREFIX to something like "/opt/VENDOR/sqlconnmonit" and the packages

Re: [CMake] CMake and CPack question.

2010-04-12 Thread Roger
@Aaron: You are right, I'm missing the INSTALL commands. @Adolfo: Thank you for clarifying that point. Obviously the root of my problem is that I was missing the install commands. Thank you all for the help and I'm sorry for have wasted your time. -r _

Re: [CMake] CMake and CPack question.

2010-04-12 Thread Adolfo Rodríguez Tsouroukdissian
On Mon, Apr 12, 2010 at 5:50 PM, Roger wrote: > Hello, > > I have been using CMake (2.6) for a couple weeks now (I really like > it) and so far I have been able to do all I needed by just following > the documentation. > After getting my software built and confirmed that it works in my > developm

Re: [CMake] CMake and CPack question.

2010-04-12 Thread Aaron_Wright
] CMake and CPack question. Sent by: cmake-boun...@cmake.org Hello, I have been using CMake (2.6) for a couple weeks now (I really like it) and so far I have been able to do all I needed by just following the documentation. After getting my software built and confirmed that it works in my

[CMake] CMake and CPack question.

2010-04-12 Thread Roger
Hello, I have been using CMake (2.6) for a couple weeks now (I really like it) and so far I have been able to do all I needed by just following the documentation. After getting my software built and confirmed that it works in my development machine I would like to pack it so I can install it in my