forked from qt-creator/qt-creator
CMake: Silence warning in third party code
Adding SYSTEM_INCLUDE for which you get no warnings. Fix PUBLIC_SYSTEM_INCLUDE to work for all cases where PUBLIC_INLCUDES works. Change-Id: I7059c2879004743c13c368220596081dd054407a Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
@@ -2,7 +2,7 @@ add_qtc_plugin(CMakeProjectManager
|
||||
PLUGIN_CLASS CMakeProjectPlugin
|
||||
DEPENDS QmlJS
|
||||
PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport
|
||||
INCLUDES 3dparty/cmake
|
||||
SYSTEM_INCLUDES 3dparty/cmake
|
||||
SOURCES
|
||||
builddirparameters.cpp builddirparameters.h
|
||||
cmake_global.h
|
||||
|
||||
Reference in New Issue
Block a user