diff options
| author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 17:30:09 +0200 | 
|---|---|---|
| committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 17:30:09 +0200 | 
| commit | bb35d5a59965235fa212299f11138da7b253760e (patch) | |
| tree | 0ec16f5b6832504a01ed4c7151ff124aebe11b17 /indra/llmessage | |
| parent | 924fa0fa78b41c7e8486c1ed29764afb1e32fd7e (diff) | |
Remove some more obsolete includes (UnixInstall) and include_directories()
Diffstat (limited to 'indra/llmessage')
| -rw-r--r-- | indra/llmessage/CMakeLists.txt | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 20435d991a..623798176b 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -15,12 +15,6 @@ include(JsonCpp)  include_directories (${CMAKE_CURRENT_SOURCE_DIR}) -include_directories( -    ${LLCOREHTTP_INCLUDE_DIRS} -    ${LLMESSAGE_INCLUDE_DIRS} -    ${LLFILESYSTEM_INCLUDE_DIRS} -    ) -  set(llmessage_SOURCE_FILES      llassetstorage.cpp      llavatarname.cpp | 
