diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2020-05-11 11:47:53 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-05-11 11:47:53 -0400 |
commit | 2ccb6422ea263a5bb6aadc7f8ba11048bd14ed87 (patch) | |
tree | f819a44bf685236f61a78120b9c79305f1235e90 /indra/llwindow | |
parent | c74810ca3fc7e5a3f6b84a3d3259294aaa9288be (diff) |
DRTVWR-476: Remove /showIncludes from llwindow project.
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index cdd6690e6c..0743fd899f 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -138,11 +138,6 @@ if (WINDOWS) llkeyboardwin32.cpp lldragdropwin32.cpp ) - set_source_files_properties( - ${llwindow_SOURCE_FILES} - PROPERTIES - COMPILE_FLAGS "/showIncludes" - ) list(APPEND llwindow_HEADER_FILES llwindowwin32.h lldxhardware.h |