diff options
author | Nicky Dasmijn <nicky.dasmijn@phoenixviewer.com> | 2020-05-19 19:21:52 +0200 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-05-20 10:46:58 -0400 |
commit | 0c520c7a896a27880a9ddaf0d219e5ae1a084047 (patch) | |
tree | c1b201dd0ab22b8cec9092ac75d3427e92f5a92c /indra/llwindow/CMakeLists.txt | |
parent | e29ba3bbdaf70127944389d3b4910d47dcf02aff (diff) |
Remove last occurence of DIRECTX_INCLUDE_DIR.
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 5476dc324c..8bfb23ed64 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -29,7 +29,6 @@ include_directories( ${LLVFS_INCLUDE_DIRS} ${LLWINDOW_INCLUDE_DIRS} ${LLXML_INCLUDE_DIRS} - ${DIRECTX_INCLUDE_DIR} ) include_directories(SYSTEM ${LLCOMMON_SYSTEM_INCLUDE_DIRS} |