mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:36:54 +02:00
Tidy up
This commit is contained in:
parent
3ca9cde500
commit
7b9147fb6c
2 changed files with 1 additions and 3 deletions
|
@ -23,8 +23,6 @@ else ()
|
||||||
set(BUILD_SEQ "0")
|
set(BUILD_SEQ "0")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message("BUILD_SEQ = ${BUILD_SEQ}")
|
|
||||||
|
|
||||||
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} $ENV{QT_CMAKE_PREFIX_PATH})
|
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} $ENV{QT_CMAKE_PREFIX_PATH})
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// InterfaceVersion.h
|
// InterfaceVersion.h
|
||||||
// Declaration of version and buidl variables
|
// Declaration of version and build data
|
||||||
//
|
//
|
||||||
// Created by Leonardo Murillo on 12/16/13.
|
// Created by Leonardo Murillo on 12/16/13.
|
||||||
// Copyright (c) 2013 High Fidelity, Inc.. All rights reserved.
|
// Copyright (c) 2013 High Fidelity, Inc.. All rights reserved.
|
||||||
|
|
Loading…
Reference in a new issue