From f7bb6026b10de1a96e3f01015f7184e67d5ab963 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 17 Feb 2012 01:43:03 +0100 Subject: [PATCH] Fix INSTALL target in cmake files --- data/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index e5df8f597..fa8e5aa31 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -4,6 +4,6 @@ INSTALL( FILES License.txt DESTINATION - data + ${CMAKE_INSTALL_DATADIR} )