From 69bbe87234aafb77c9a70d175eb2d367feef3552 Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Fri, 5 Feb 2016 15:24:34 +0100 Subject: [PATCH] Fix #43 --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 4283e74b..632b5113 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,5 +1,5 @@ # where will the python end up in triqs? -set(python_destination applications/dft) +set(python_destination pytriqs/applications/dft) # site_customize for build set(package_name "pytriqs.applications")