Re: [CMake] How to set CPACK_PACKAGE_VERSION from a gengetopt configuration file

2009-09-21 Thread Yegor Yefremov
>> Hello, >> >> I use gengetopt to generate command line parser for my application. The >> configuration file *.ggo also specifies programs version like this: >> >> # Name of your program >> package "hwtest" # don't use package if you're using automake >> # Version of your program >> version "1.2.

Re: [CMake] How to set CPACK_PACKAGE_VERSION from a gengetopt configuration file

2009-09-21 Thread Eric Noulard
2009/9/21 Yegor Yefremov : > Hello, > > I use gengetopt to generate command line parser for my application. The > configuration file *.ggo also specifies programs version like this: > > # Name of your program > package "hwtest" # don't use package if you're using automake > # Version of your progr

[CMake] How to set CPACK_PACKAGE_VERSION from a gengetopt configuration file

2009-09-21 Thread Yegor Yefremov
Hello, I use gengetopt to generate command line parser for my application. The configuration file *.ggo also specifies programs version like this: # Name of your program package "hwtest" # don't use package if you're using automake # Version of your program version "1.2.1" # don't use version