[CMake] Missing install target on Unix

andrew.blose at kodak.com andrew.blose at kodak.com
Thu Oct 27 15:33:12 EDT 2005


This is probably something simple but I can't seem to figure it out.

I have a CMake project that works fine on WIN32 for multiple compilers. It 
contains a few install commands (INSTALL_TARGETS, INSTALL_FILES) that 
create the INSTALL project in the Visual Studio IDE. Works fine.

On Solaris I expected the makefiles from this project to have an "install" 
target but that's not the case. A "make help" indicates that an install 
target should be present but it isn't. All other features of the makefile 
are present and functional. Cmake itself completes without error. It's 
probably something fundamental but perhaps not obvious. None of the 
INSTALL commands are in IF(WIN32) conditionals etc.

Thanks in advance for any light that can be shed on this.

Andy Blose
andrew.blose at kodak.com
585.477.8621
x78621
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20051027/573e0e8d/attachment.htm


More information about the CMake mailing list