mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
redundant setting of CMAKE_PREFIX_PATH in interface CMakeLists
This commit is contained in:
parent
9e63b78a69
commit
0086dfdb26
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