2008/5/13, Erik Sjölund <[EMAIL PROTECTED]>: > Thanks for the info! > > That works if the installed files are unmodified but what if I would > like to use > > configure_file(InputFile OutputFile > [COPYONLY] [ESCAPE_QUOTES] [EMAIL PROTECTED]) > > to accomodate for e.g. the default location of a configure file? > configure_file() only has access to to CMAKE_INSTALL_PREFIX and not DESTDIR.
That's true, That's why I think it's better to avoid absolute path install. Concerning executing some CMake script at _install time_ you may look at: install([[SCRIPT <file>] [CODE <code>]] [...]) signature of the CMake install command. -- Erk _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
