On 8/3/07, Eric Noulard <[EMAIL PROTECTED]> wrote: > > But when I do this, I don't find any files named > > CPackSourceConfig.cmake in my build directory ('x'). > > Did you > > INCLUDE(CPack) in your root CMakeLists.txt ?
Nope :) That fixed it. The project I'm helping to package is lead by a guy who's very leery of having anything specific to any particular operating-system appearing in his source tree. So I've been trying to accomplish packaging with as few changes to his own CMakeLists.txt files as possible. Fortunately, putting INCLUDE(CPack) in his top-level CMakeLists.txt file *should* be sufficiently OS-agnostic to pass muster. _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake