mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-01 09:30:46 +02:00
tell cmake we are fine ignoring generated for CMP0071
This commit is contained in:
parent
0d7d382540
commit
2158acecf4
2 changed files with 10 additions and 4 deletions
|
@ -379,3 +379,6 @@ endif()
|
||||||
add_dependency_external_projects(GifCreator)
|
add_dependency_external_projects(GifCreator)
|
||||||
find_package(GifCreator REQUIRED)
|
find_package(GifCreator REQUIRED)
|
||||||
target_include_directories(${TARGET_NAME} PUBLIC ${GIFCREATOR_INCLUDE_DIRS})
|
target_include_directories(${TARGET_NAME} PUBLIC ${GIFCREATOR_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
# tell CMake to exclude ui_console.h for policy CMP0071
|
||||||
|
set_property(SOURCE ui_console.h PROPERTY SKIP_AUTOMOC ON)
|
||||||
|
|
|
@ -8,6 +8,9 @@ include_hifi_library_headers(audio)
|
||||||
include_hifi_library_headers(networking)
|
include_hifi_library_headers(networking)
|
||||||
include_hifi_library_headers(octree)
|
include_hifi_library_headers(octree)
|
||||||
|
|
||||||
|
# tell CMake to exclude qrc_fonts.cpp for policy CMP0071
|
||||||
|
set_property(SOURCE qrc_fonts.cpp PROPERTY SKIP_AUTOMOC ON)
|
||||||
|
|
||||||
if (NOT ANDROID)
|
if (NOT ANDROID)
|
||||||
target_nsight()
|
target_nsight()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in a new issue