Re: [CMake] understanding build output

2008-08-04 Thread Mike Jackson
What happens when you type "make install" ? Are there "install*" commands in the CMakeLists.txt files? -- Mike Jackson Senior Research Engineer Innovative Management & Technology Services On Aug 3, 2008, at 10:36 PM, Michael Masters wrote: I'm trying to figure out the current cmake build

Re: [CMake] understanding build output

2008-08-04 Thread Mike Jackson
I can try a couple of the questions: For ctest you should have something like the following in your CMakeLists.txt file (or a file included by CMakeLists.txt: # Add a variable that the user can set to enable/disable testing OPTION(BUILD_TESTING "Build CTest Testing" ON) IF(BUILD_TESTING) EN

[CMake] understanding build output

2008-08-03 Thread Michael Masters
I'm trying to figure out the current cmake build in order to get 'make install' and 'make package' working. I'm still a newbie, although I have read through some of the tutorials. I was wondering if the output from this make could help me with getting cpack to work. [EMAIL PROTECTED] $ make Scanni