Ticket #206 (closed enhancement: fixed)

Opened 9 months ago

Last modified 7 months ago

Enhance the build process

Reported by: valerio Owned by: diederik
Priority: normal Milestone: kmess-2.0
Component: Deployment Version: 1.5
Keywords: Cc:

Description

After switching to CMake, our configure report isn't available anymore; and there's no easy way to know what CMake configuration options are available.

We need:

  • a CMakeFiles.txt option to display a configuration report after the config process is done, with all possible options shown - maybe even with how to switch the options on and off.
  • something like a ./configure wrapper for CMake, which should be able to answer to the --help option with a list of configuration options, like it was when kmess was Automake-based, and maybe also automatically perform an out-of-source CMake configuration with the desired options.

The old report was generated by this file and our own options were added to ./configure by this file.

Change History

Changed 8 months ago by diederik

Configure wrapper script is added in r3007.

Changed 8 months ago by valerio

  • status changed from new to closed
  • resolution set to fixed

I think the configure wrapper script is more than enough. Closing.

Changed 7 months ago by diederik

  • component changed from Other to Build process
Note: See TracTickets for help on using tickets.