diff options
author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-17 17:14:16 +0200 |
---|---|---|
committer | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-17 17:14:16 +0200 |
commit | 8e0b039e554e320cedfdef3057a3073a493db2e7 (patch) | |
tree | 78c1bc7e8d773d4f2fd3153f0f42089da90704e5 /indra/newview/CMakeLists.txt | |
parent | 8c1427c39f90a322d4069162636e4ee433b664fb (diff) |
Cleanup sweep
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 74faf3d1b6..eef7ee8aae 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -47,8 +47,6 @@ include(ZLIBNG) include(URIPARSER) include(LLPrimitive) -include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ) - if (NOT HAVOK_TPV) # When using HAVOK_TPV, the library is precompiled, so no need for this |