mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:55:36 +02:00
Merge pull request #732 from birarda/qt5
redundant setting of CMAKE_PREFIX_PATH in interface CMakeLists
This commit is contained in:
commit
0deb94d48a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 2.8)
|
|||
set(ROOT_DIR ..)
|
||||
set(MACRO_DIR ${ROOT_DIR}/cmake/macros)
|
||||
|
||||
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} $ENV{QT_CMAKE_PREFIX_PATH})
|
||||
|
||||
set(TARGET_NAME interface)
|
||||
project(${TARGET_NAME})
|
||||
|
||||
|
|
Loading…
Reference in a new issue