diff 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
line wrap: on
line diff
--- a/MIGRATING.md	Sat Jul 07 09:21:10 2018 +0200
+++ b/MIGRATING.md	Sat Jul 07 10:59:19 2018 +0200
@@ -29,12 +29,13 @@
 
   - All options are now starting with `IRCCD_` for better compatibility with
     external projects,
-  - `IRCCD_WITH_CONFDIR` has been renamed to `IRCCD_WITH_SYSCONFDIR`.
+  - CMake now use GNUInstallDirs module to specify installation paths, all
+    IRCCD_WITH_ options have been replaced by CMAKE_INSTALL_ equivalents.
 
 ### Paths
 
   - The default plugins path has been changed from **share/irccd/plugins** to
-    **libexec/irccd/plugins**.
+    **lib64/irccd**.
 
 ### Javascript API