From 137f03b9a34fb39e5321524ab11fa31276458476 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 29 Oct 2013 09:05:51 +0100 Subject: Use ConfigurePaths to get installation paths The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. --- src/config.h.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index ec1fb62..28f4ffb 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -4,6 +4,4 @@ #cmakedefine HAVE_UFO_CAMERA #cmakedefine HAVE_PYLON_CAMERA #cmakedefine HAVE_DEXELA_CL - #cmakedefine HAVE_MOCK_CAMERA -#define CONTROL_GLADE_PATH "${CMAKE_INSTALL_PREFIX}/share/libuca/control.glade" -- cgit v1.2.3