diff cmake/MalikaniaOptions.cmake @ 111:8963c68f023c

CMake: output everything in bin, closes #691
author David Demelier <markand@malikania.fr>
date Tue, 05 Sep 2017 14:24:14 +0200
parents 119bcc5a727e
children 4b292c20124c
line wrap: on
line diff
--- a/cmake/MalikaniaOptions.cmake	Tue Sep 05 14:06:31 2017 +0200
+++ b/cmake/MalikaniaOptions.cmake	Tue Sep 05 14:24:14 2017 +0200
@@ -17,19 +17,6 @@
 #
 
 #
-# Fakeroot directory.
-# -------------------------------------------------------------------
-#
-# This option specifies where to build the project as it would be installed
-# using the install target or installers.
-#
-# This helps development.
-#
-
-set(WITH_FAKEROOT_DIR "${CMAKE_BINARY_DIR}/fakeroot"
-    CACHE STRING "Where to build project as it would be installed")
-
-#
 # Backend selection.
 # -------------------------------------------------------------------
 #