[CMake] relative path

William A. Hoffman billlist at nycap.rr.com
Wed May 18 14:31:13 EDT 2005


Try this:
SET(CMAKE_SUPPRESS_REGENERATION  1)

As long as you do not try and find installed packages and no custom commands are used,
then the relative path stuff should be able to create projects that can be used without
cmake.   

-Bill



At 01:46 PM 5/18/2005, klaas.holwerda wrote:
>Hi,
>
>One more question.
>What can the relative path option be used for.
>
>I tried it, in order to supply standalone project files, which can be part of the distribution.
>But checking the paths, they seem to be relative to the cmake.exe?
>
>Is there away around this?
>
>Is the idea behind this indeed to be able supply makefile or projectfiles with some software, without the need to use cmake?
>Not that i want this, but people keep nagging me.
>
>How come people don't mind typing configure on Unix in order to have makefile etc., but on windows running cmake to make the project or makefiles is to much? :-(
>
>Thanks,
>
>Klaas
>_______________________________________________
>CMake mailing list
>CMake at cmake.org
>http://www.cmake.org/mailman/listinfo/cmake



More information about the CMake mailing list