From 7b9147fb6c4f984e335accff0a0136a855decb0e Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Mon, 16 Dec 2013 11:05:08 -0600 Subject: [PATCH] Tidy up --- interface/CMakeLists.txt | 2 -- interface/InterfaceVersion.h.in | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 6d0817b0a3..52e91a1489 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -23,8 +23,6 @@ else () set(BUILD_SEQ "0") endif () -message("BUILD_SEQ = ${BUILD_SEQ}") - set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} $ENV{QT_CMAKE_PREFIX_PATH}) if (APPLE) diff --git a/interface/InterfaceVersion.h.in b/interface/InterfaceVersion.h.in index b13c14bda6..26b2260965 100644 --- a/interface/InterfaceVersion.h.in +++ b/interface/InterfaceVersion.h.in @@ -1,6 +1,6 @@ // // InterfaceVersion.h -// Declaration of version and buidl variables +// Declaration of version and build data // // Created by Leonardo Murillo on 12/16/13. // Copyright (c) 2013 High Fidelity, Inc.. All rights reserved.