mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Fix gcc error.
This commit is contained in:
parent
2911b7dec6
commit
0a51ca46e8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SET(CMAKE_AUTOMOC ON)
|
||||||
setup_hifi_project(Core Widgets)
|
setup_hifi_project(Core Widgets)
|
||||||
|
|
||||||
# Add compiler flags for building executables (-fPIE)
|
# Add compiler flags for building executables (-fPIE)
|
||||||
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
|
##set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||||
|
|
||||||
# Qt includes
|
# Qt includes
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
Loading…
Reference in a new issue