summaryrefslogtreecommitdiff
path: root/gr-wxgui/CMakeLists.txt
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-16 17:34:19 -0400
committerTom Rondeau <trondeau@vt.edu>2012-06-16 17:34:19 -0400
commit9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0 (patch)
treeb9e6dd3cdd1df12cd374a48de894e3b7423d0fa9 /gr-wxgui/CMakeLists.txt
parent97e91b821a7c515dcf7627c878031e0e8dfab38b (diff)
cmake: add support for SYSCONFDIR
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
Diffstat (limited to 'gr-wxgui/CMakeLists.txt')
-rw-r--r--gr-wxgui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/CMakeLists.txt b/gr-wxgui/CMakeLists.txt
index 0fc26dee1c..8150c7d802 100644
--- a/gr-wxgui/CMakeLists.txt
+++ b/gr-wxgui/CMakeLists.txt
@@ -76,7 +76,7 @@ install(
########################################################################
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/gr-wxgui.conf
- DESTINATION ${GR_PKG_CONF_DIR}
+ DESTINATION ${GR_PREFSDIR}
COMPONENT "wxgui"
)