Re: [CMake] cpack -C CPackSourceConfig.cmake not making source package

2012-09-07 Thread Eric Noulard
2012/9/7 Jack Stalnaker jack.stalna...@gmail.com: Even if I download the tutorial sources directly from cmake.org (for this tutorial http://www.cmake.org/cmake/help/cmake_tutorial.html ), unzip them, and run cpack -C CPackSourceConfig.cmake, I don't get a source package. -C is the wrong

Re: [CMake] cpack -C CPackSourceConfig.cmake not making source package

2012-09-07 Thread Jack Stalnaker
--config worked. Wow, if -C is the wrong option, I wish it wouldn't appear in the tutorial and in the wiki section on creating a package. From cmake.org itself. That's confusing. It's not the only error I've noticed in the tutorial. In the section on testing, it's never mentioned that

Re: [CMake] cpack -C CPackSourceConfig.cmake not making source package

2012-09-07 Thread Jack Stalnaker
Ignore the last paragraph of my previous message. That was with the '-C' option. On Fri, Sep 7, 2012 at 12:10 PM, Jack Stalnaker jack.stalna...@gmail.comwrote: --config worked. Wow, if -C is the wrong option, I wish it wouldn't appear in the tutorial and in the wiki section on creating a

Re: [CMake] cpack -C CPackSourceConfig.cmake not making source package

2012-09-07 Thread Eric Noulard
2012/9/7 Jack Stalnaker jack.stalna...@gmail.com: --config worked. Wow, if -C is the wrong option, I wish it wouldn't appear in the tutorial and in the wiki section on creating a package. The tutorial could only be fixed by Kitware guy's but I'm pretty sure they will. By the way th issue has

Re: [CMake] cpack -C

2010-07-06 Thread Bo Thorsen
Den 01-07-2010 15:39, Bo Thorsen skrev: When I give an argument to -C, can this be used in the INSTALL commands? Not possible :( I have added a feature request here: http://public.kitware.com/Bug/view.php?id=10940 Bo Thorsen. Monty Program AB. -- MariaDB: MySQL replacement Community

[CMake] cpack -C

2010-07-01 Thread Bo Thorsen
Hi good people, When I give an argument to -C, can this be used in the INSTALL commands? I have a generated file in buildtype/libmysqld.exp that I need in the installer, and I'm having a lot of problems figuring out how to do this properly. I have this line in a subdir CMakeLists.txt: