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/cmake/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/cmake/CMakeLists.txt')
-rw-r--r-- | indra/cmake/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt index 84e1c5d6fd..7864271c02 100644 --- a/indra/cmake/CMakeLists.txt +++ b/indra/cmake/CMakeLists.txt @@ -22,7 +22,6 @@ set(cmake_SOURCE_FILES Copy3rdPartyLibs.cmake DBusGlib.cmake DeploySharedLibs.cmake - DirectX.cmake DragDrop.cmake EXPAT.cmake FindAPR.cmake |