diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 17:13:52 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 17:13:52 +0200 |
commit | 7d6bb21c9cfc6d46cae4f8c4fcffabd23325629e (patch) | |
tree | 9594b6a70865e54f84e03f7bb83b36d75d019a73 | |
parent | 4c1ce6bd72803536445525130d4dd627910961a3 (diff) |
Remove unset GOOGLEMOCK_INCLUDE_DIRS variable.
-rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index 1f63fed613..9bdcb7d6a2 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -41,7 +41,6 @@ INCLUDE(GoogleMock) SET(alltest_INCLUDE_DIRS ${LIBS_OPEN_DIR}/test - ${GOOGLEMOCK_INCLUDE_DIRS} ) SET(alltest_LIBRARIES llcommon |