diff options
author | Nicky Dasmijn <nicky.dasmijn@phoenixviewer.com> | 2020-05-19 00:03:19 +0200 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-05-20 10:46:55 -0400 |
commit | 6148a6443af886f9b71b4c88084db943950e146c (patch) | |
tree | 7ccddedecd43656f5cd23f07bd3db7660acefeb6 /indra/llwindow/CMakeLists.txt | |
parent | b7d60f650d2ca9fdfc3c541d76670c938f2cf48e (diff) |
Remove DirectX.cmake. With recent SDKs (dating back to at least VS 2013
and the 8.1 SDK) DirectX is included in the SDK and does not need any
special detection logic.
Diffstat (limited to 'indra/llwindow/CMakeLists.txt')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 0743fd899f..5476dc324c 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -11,7 +11,6 @@ project(llwindow) include(00-Common) -include(DirectX) include(DragDrop) include(LLCommon) include(LLImage) |