Hello Stefan! On 17/10/10 15:50, Stefan Eilemann wrote: >> currently, the cmake variable VERSION is not set > > The set in src/CMakeLists.txt:166 does not work? I'm trying to > minimize the places where a version is set, since I tend to forget at > least one at release time.
The set in src/CMakeLists.txt:166 does not work as it is now, but it does work if it is moved before the 'add_subdirectory(lib)' line. Moving the complete block from 'add_subdirectory(admin)' to 'install(TARGETS eqServer DESTINATION bin)' to the end of the file, after the CPACK stuff, seems to work. But I'm not a CMake expert and I don't know if this reordering might have some other effects. Martin -- Computer Graphics and Multimedia Systems Group University of Siegen, Germany http://www.cg.informatik.uni-siegen.de/ _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

