diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-03-10 09:27:21 -0700 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-03-10 09:34:16 -0700 |
commit | 303feae305eb526d75b7d9c8b640407cb8003469 (patch) | |
tree | 0e322ed210d9600530f0d916fbb18f8330e6aee7 /indra/llcrashlogger/CMakeLists.txt | |
parent | 9fdd1582774a928242b7fec91bbd951b123296e8 (diff) | |
parent | 88d837c16e768c5262073a7df965066d4bd8842c (diff) |
Merge branch 'master' v6.4.17 into DRTVWR-525
Diffstat (limited to 'indra/llcrashlogger/CMakeLists.txt')
-rw-r--r-- | indra/llcrashlogger/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcrashlogger/CMakeLists.txt b/indra/llcrashlogger/CMakeLists.txt index d70a1e0fb0..da23b46b7b 100644 --- a/indra/llcrashlogger/CMakeLists.txt +++ b/indra/llcrashlogger/CMakeLists.txt @@ -7,7 +7,7 @@ include(LLCoreHttp) include(LLCommon) include(LLMath) include(LLMessage) -include(LLFileSystem) +include(LLVFS) include(LLXML) include_directories( @@ -15,7 +15,7 @@ include_directories( ${LLCOMMON_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} ${LLMESSAGE_INCLUDE_DIRS} - ${LLFILESYSTEM_INCLUDE_DIRS} + ${LLVFS_INCLUDE_DIRS} ${LLXML_INCLUDE_DIRS} ) include_directories(SYSTEM |