comparison MIGRATING.md @ 709:1b04ffb2b35e

CMake: switch to GNUInstallDirs, closes #873 @1h
author David Demelier <markand@malikania.fr>
date Sat, 07 Jul 2018 10:59:19 +0200
parents 2007a37d7e1a
children bd12709b1975
comparison
equal deleted inserted replaced
708:0dd4fb9dfcc8 709:1b04ffb2b35e
27 27
28 ### CMake options 28 ### CMake options
29 29
30 - All options are now starting with `IRCCD_` for better compatibility with 30 - All options are now starting with `IRCCD_` for better compatibility with
31 external projects, 31 external projects,
32 - `IRCCD_WITH_CONFDIR` has been renamed to `IRCCD_WITH_SYSCONFDIR`. 32 - CMake now use GNUInstallDirs module to specify installation paths, all
33 IRCCD_WITH_ options have been replaced by CMAKE_INSTALL_ equivalents.
33 34
34 ### Paths 35 ### Paths
35 36
36 - The default plugins path has been changed from **share/irccd/plugins** to 37 - The default plugins path has been changed from **share/irccd/plugins** to
37 **libexec/irccd/plugins**. 38 **lib64/irccd**.
38 39
39 ### Javascript API 40 ### Javascript API
40 41
41 #### Events 42 #### Events
42 43